Class ModifyReplicationConfigRequest

    • Method Detail

      • replicationConfigArn

        public final String replicationConfigArn()

        The Amazon Resource Name of the replication to modify.

        Returns:
        The Amazon Resource Name of the replication to modify.
      • replicationConfigIdentifier

        public final String replicationConfigIdentifier()

        The new replication config to apply to the replication.

        Returns:
        The new replication config to apply to the replication.
      • tableMappings

        public final String tableMappings()

        Table mappings specified in the replication.

        Returns:
        Table mappings specified in the replication.
      • replicationSettings

        public final String replicationSettings()

        The settings for the replication.

        Returns:
        The settings for the replication.
      • supplementalSettings

        public final String supplementalSettings()

        Additional settings for the replication.

        Returns:
        Additional settings for the replication.
      • computeConfig

        public final ComputeConfig computeConfig()

        Configuration parameters for provisioning an DMS Serverless replication.

        Returns:
        Configuration parameters for provisioning an DMS Serverless replication.
      • sourceEndpointArn

        public final String sourceEndpointArn()

        The Amazon Resource Name (ARN) of the source endpoint for this DMS serverless replication configuration.

        Returns:
        The Amazon Resource Name (ARN) of the source endpoint for this DMS serverless replication configuration.
      • targetEndpointArn

        public final String targetEndpointArn()

        The Amazon Resource Name (ARN) of the target endpoint for this DMS serverless replication configuration.

        Returns:
        The Amazon Resource Name (ARN) of the target endpoint for this DMS serverless replication configuration.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object