ReplicationConfigArgs class
The set of arguments for ReplicationConfig. The set of arguments for ReplicationConfig.
Constructors
-
ReplicationConfigArgs({required Input<
ReplicationConfigComputeConfig> computeConfig, Input<String?> ? region, required Input<String> replicationConfigIdentifier, Input<String?> ? replicationSettings, required Input<String> replicationType, Input<String?> ? resourceIdentifier, required Input<String> sourceEndpointArn, Input<bool?> ? startReplication, Input<String?> ? supplementalSettings, required Input<String> tableMappings, Input<Map< ? tags, required Input<String, String> ?>String> targetEndpointArn}) -
Creates a new ReplicationConfigArgs.
computeConfigConfiguration block for provisioning an DMS Serverless replication.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.replicationConfigIdentifierUnique identifier that you want to use to create the config.replicationSettingsAn escaped JSON string that are used to provision this replication configuration. For example, Change processing tuning settingsreplicationTypeThe migration type. Can be one offull-load | cdc | full-load-and-cdc.resourceIdentifierUnique value or name that you set for a given resource that can be used to construct an ARN for that resource. For more information, see Fine-grained access control using resource names and tagssourceEndpointArnARN string that uniquely identifies the source endpoint.startReplicationWhether to run or stop the serverless replication, default is false.supplementalSettingsJSON settings for specifying supplemental data. For more information see Specifying supplemental data for task settingstableMappingsAn 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 DatatagsA map of tags to assign to the resource. If configured with a providerdefaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.targetEndpointArnARN string that uniquely identifies the target endpoint.const -
ReplicationConfigArgs.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
computeConfig
→ Input<
ReplicationConfigComputeConfig> -
Configuration block for provisioning an DMS Serverless replication.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
region
→ Input<
String?> ? -
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
-
replicationConfigIdentifier
→ Input<
String> -
Unique identifier that you want to use to create the config.
final
-
replicationSettings
→ Input<
String?> ? -
An escaped JSON string that are used to provision this replication configuration. For example, Change processing tuning settings
final
-
replicationType
→ Input<
String> -
The migration type. Can be one of
full-load | cdc | full-load-and-cdc.final -
resourceIdentifier
→ Input<
String?> ? -
Unique value or name that you set for a given resource that can be used to construct an ARN for that resource. For more information, see Fine-grained access control using resource names and tags
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
sourceEndpointArn
→ Input<
String> -
ARN string that uniquely identifies the source endpoint.
final
-
startReplication
→ Input<
bool?> ? -
Whether to run or stop the serverless replication, default is false.
final
-
supplementalSettings
→ Input<
String?> ? -
JSON settings for specifying supplemental data. For more information see Specifying supplemental data for task settings
final
-
tableMappings
→ Input<
String> -
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
final
-
A map of tags to assign to the resource. If configured with a provider
defaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.final -
targetEndpointArn
→ Input<
String> -
ARN string that uniquely identifies the target endpoint.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited