ReplicationConfig

class ReplicationConfig : KotlinCustomResource

A replication configuration that you later provide to configure and start a AWS DMS Serverless replication

Properties

Link copied to clipboard

Configuration parameters for provisioning an AWS DMS Serverless replication.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
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
val replicationSettings: Output<Any>?

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

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 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: Output<Any>

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: Output<List<Tag>>?

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

Link copied to clipboard
val urn: Output<String>