GetReplicationConfigResult

data class GetReplicationConfigResult(val computeConfig: ReplicationConfigComputeConfig? = null, val replicationConfigArn: String? = null, val replicationConfigIdentifier: String? = null, val replicationSettings: Any? = null, val replicationType: ReplicationConfigReplicationType? = null, val sourceEndpointArn: String? = null, val supplementalSettings: Any? = null, val tableMappings: Any? = null, val tags: List<Tag>? = null, val targetEndpointArn: String? = null)

Constructors

Link copied to clipboard
constructor(computeConfig: ReplicationConfigComputeConfig? = null, replicationConfigArn: String? = null, replicationConfigIdentifier: String? = null, replicationSettings: Any? = null, replicationType: ReplicationConfigReplicationType? = null, sourceEndpointArn: String? = null, supplementalSettings: Any? = null, tableMappings: Any? = null, tags: List<Tag>? = null, targetEndpointArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Configuration parameters for provisioning an AWS DMS Serverless replication.

Link copied to clipboard

The Amazon Resource Name (ARN) of the Replication Config

Link copied to clipboard

A unique identifier of replication configuration

Link copied to clipboard

JSON settings for Servereless replications that are provisioned using this replication configuration Search the CloudFormation User Guide for AWS::DMS::ReplicationConfig for more information about the expected schema for this property.

Link copied to clipboard

The type of AWS DMS Serverless replication to provision using this replication configuration

Link copied to clipboard

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

Link copied to clipboard

JSON settings for specifying supplemental data Search the CloudFormation User Guide for AWS::DMS::ReplicationConfig for more information about the expected schema for this property.

Link copied to clipboard
val tableMappings: Any? = null

JSON table mappings for AWS DMS Serverless replications that are provisioned using this replication configuration Search the CloudFormation User Guide for AWS::DMS::ReplicationConfig for more information about the expected schema for this property.

Link copied to clipboard
val tags: List<Tag>? = null

Contains a map of the key-value pairs for the resource tag or tags assigned to the dataset.

Link copied to clipboard

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