Class ReplicationTaskArgs


  • public final class ReplicationTaskArgs
    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 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 com.pulumi.core.Output<java.lang.String> replicationInstanceArn()
        Returns:
        The Amazon Resource Name (ARN) of the replication instance.
      • replicationTaskId

        public 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).
      • resourceIdentifier

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> resourceIdentifier()
        Returns:
        A friendly name for the resource identifier at the end of the EndpointArn response parameter that is returned in the created Endpoint object.
      • sourceEndpointArn

        public 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.
      • tableMappings

        public 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.
      • targetEndpointArn

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