Class ReplicationTaskState


  • public final class ReplicationTaskState
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • cdcStartPosition

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> cdcStartPosition()
        Returns:
        Indicates when you want a change data capture (CDC) operation to start. The value can be a RFC3339 formatted date, a checkpoint, or a LSN/SCN format depending on the source engine. For more information see [Determining a CDC native start point](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Task.CDC.html#CHAP_Task.CDC.StartPoint.Native).
      • cdcStartTime

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> cdcStartTime()
        Returns:
        RFC3339 formatted date string or UNIX timestamp for the start of the Change Data Capture (CDC) operation.
      • migrationType

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> migrationType()
        Returns:
        The migration type. Can be one of `full-load | cdc | full-load-and-cdc`.
      • replicationInstanceArn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> replicationInstanceArn()
        Returns:
        The Amazon Resource Name (ARN) of the replication instance.
      • replicationTaskArn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> replicationTaskArn()
        Returns:
        The Amazon Resource Name (ARN) for the replication task.
      • replicationTaskId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> replicationTaskId()
        Returns:
        The replication task identifier. - Must contain from 1 to 255 alphanumeric characters or hyphens. - First character must be a letter. - Cannot end with a hyphen. - Cannot contain two consecutive hyphens.
      • replicationTaskSettings

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> replicationTaskSettings()
        Returns:
        An escaped JSON string that contains the task settings. For a complete list of task settings, see [Task Settings for AWS Database Migration Service Tasks](http://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TaskSettings.html).
      • sourceEndpointArn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> sourceEndpointArn()
        Returns:
        The Amazon Resource Name (ARN) string that uniquely identifies the source endpoint.
      • startReplicationTask

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> startReplicationTask()
        Returns:
        Whether to run or stop the replication task.
      • status

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> status()
        Returns:
        Replication Task status.
      • tableMappings

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> tableMappings()
        Returns:
        An escaped JSON string that contains the table mappings. For information on table mapping see [Using Table Mapping with an AWS Database Migration Service Task to Select and Filter Data](http://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TableMapping.html)
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
      • tagsAll

        @Deprecated
        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tagsAll()
        Deprecated.
        Please use `tags` instead.
        Returns:
        A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
      • targetEndpointArn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> targetEndpointArn()
        Returns:
        The Amazon Resource Name (ARN) string that uniquely identifies the target endpoint.