ReplicationConfigState class
Input properties used for looking up and filtering ReplicationConfig resources.
Constructors
-
ReplicationConfigState({Input<
String?> ? arn, Input<ReplicationConfigComputeConfig?> ? computeConfig, Input<String?> ? region, Input<String?> ? replicationConfigIdentifier, Input<String?> ? replicationSettings, Input<String?> ? replicationType, Input<String?> ? resourceIdentifier, Input<String?> ? sourceEndpointArn, Input<bool?> ? startReplication, Input<String?> ? supplementalSettings, Input<String?> ? tableMappings, Input<Map< ? tags, Input<String, String> ?>Map< ? tagsAll, Input<String, String> ?>String?> ? targetEndpointArn}) -
Creates a new ReplicationConfigState.
arnARN for the serverless replication config.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.tagsAllA map of tags assigned to the resource, including those inherited from the providerdefaultTagsconfiguration block.targetEndpointArnARN string that uniquely identifies the target endpoint.const -
ReplicationConfigState.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
arn
→ Input<
String?> ? -
ARN for the serverless replication config.
final
-
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 -
A map of tags assigned to the resource, including those inherited from the provider
defaultTagsconfiguration block.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