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 resourceIdentifier: String? = null, val sourceEndpointArn: String? = null, val supplementalSettings: Any? = null, val tableMappings: Any? = null, val tags: List<ReplicationConfigTag>? = null, val targetEndpointArn: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
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

Link copied to clipboard

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

Link copied to clipboard

A unique value or name that you get set for a given resource that can be used to construct an Amazon Resource Name (ARN) for that resource

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

Link copied to clipboard
val tableMappings: Any? = null

JSON table mappings for AWS DMS Serverless replications that are provisioned using this replication configuration

Link copied to clipboard

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