Class CfnReplicationConfig.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnReplicationConfig>
- Enclosing class:
CfnReplicationConfig
CfnReplicationConfig
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
computeConfig
(IResolvable computeConfig) Configuration parameters for provisioning an AWS DMS Serverless replication.computeConfig
(CfnReplicationConfig.ComputeConfigProperty computeConfig) Configuration parameters for provisioning an AWS DMS Serverless replication.static CfnReplicationConfig.Builder
replicationConfigIdentifier
(String replicationConfigIdentifier) A unique identifier that you want to use to create aReplicationConfigArn
that is returned as part of the output from this action.replicationSettings
(Object replicationSettings) Optional JSON settings for AWS DMS Serverless replications that are provisioned using this replication configuration.replicationType
(String replicationType) The type of AWS DMS Serverless replication to provision using this replication configuration.resourceIdentifier
(String resourceIdentifier) Optional unique value or name that you set for a given resource that can be used to construct an Amazon Resource Name (ARN) for that resource.sourceEndpointArn
(String sourceEndpointArn) The Amazon Resource Name (ARN) of the source endpoint for this AWS DMS Serverless replication configuration.supplementalSettings
(Object supplementalSettings) Optional JSON settings for specifying supplemental data.tableMappings
(Object tableMappings) JSON table mappings for AWS DMS Serverless replications that are provisioned using this replication configuration.One or more optional tags associated with resources used by the AWS DMS Serverless replication.targetEndpointArn
(String targetEndpointArn) The Amazon Resource Name (ARN) of the target endpoint for this AWS DMS serverless replication configuration.
-
Method Details
-
create
@Stability(Stable) public static CfnReplicationConfig.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnReplicationConfig.Builder
.
-
computeConfig
Configuration parameters for provisioning an AWS DMS Serverless replication.- Parameters:
computeConfig
- Configuration parameters for provisioning an AWS DMS Serverless replication. This parameter is required.- Returns:
this
- See Also:
-
computeConfig
@Stability(Stable) public CfnReplicationConfig.Builder computeConfig(CfnReplicationConfig.ComputeConfigProperty computeConfig) Configuration parameters for provisioning an AWS DMS Serverless replication.- Parameters:
computeConfig
- Configuration parameters for provisioning an AWS DMS Serverless replication. This parameter is required.- Returns:
this
- See Also:
-
replicationConfigIdentifier
@Stability(Stable) public CfnReplicationConfig.Builder replicationConfigIdentifier(String replicationConfigIdentifier) A unique identifier that you want to use to create aReplicationConfigArn
that is returned as part of the output from this action.You can then pass this output
ReplicationConfigArn
as the value of theReplicationConfigArn
option for other actions to identify both AWS DMS Serverless replications and replication configurations that you want those actions to operate on. For some actions, you can also use either this unique identifier or a corresponding ARN in action filters to identify the specific replication and replication configuration to operate on.- Parameters:
replicationConfigIdentifier
- A unique identifier that you want to use to create aReplicationConfigArn
that is returned as part of the output from this action. This parameter is required.- Returns:
this
- See Also:
-
replicationType
The type of AWS DMS Serverless replication to provision using this replication configuration.Possible values:
"full-load"
"cdc"
"full-load-and-cdc"
- Parameters:
replicationType
- The type of AWS DMS Serverless replication to provision using this replication configuration. This parameter is required.- Returns:
this
- See Also:
-
sourceEndpointArn
The Amazon Resource Name (ARN) of the source endpoint for this AWS DMS Serverless replication configuration.- Parameters:
sourceEndpointArn
- The Amazon Resource Name (ARN) of the source endpoint for this AWS DMS Serverless replication configuration. This parameter is required.- Returns:
this
- See Also:
-
tableMappings
JSON table mappings for AWS DMS Serverless replications that are provisioned using this replication configuration.For more information, see Specifying table selection and transformations rules using JSON .
- Parameters:
tableMappings
- JSON table mappings for AWS DMS Serverless replications that are provisioned using this replication configuration. This parameter is required.- Returns:
this
- See Also:
-
targetEndpointArn
The Amazon Resource Name (ARN) of the target endpoint for this AWS DMS serverless replication configuration.- Parameters:
targetEndpointArn
- The Amazon Resource Name (ARN) of the target endpoint for this AWS DMS serverless replication configuration. This parameter is required.- Returns:
this
- See Also:
-
replicationSettings
@Stability(Stable) public CfnReplicationConfig.Builder replicationSettings(Object replicationSettings) Optional JSON settings for AWS DMS Serverless replications that are provisioned using this replication configuration.For example, see Change processing tuning settings .
- Parameters:
replicationSettings
- Optional JSON settings for AWS DMS Serverless replications that are provisioned using this replication configuration. This parameter is required.- Returns:
this
- See Also:
-
resourceIdentifier
@Stability(Stable) public CfnReplicationConfig.Builder resourceIdentifier(String resourceIdentifier) Optional unique value or name that you set for a given resource that can be used to construct an Amazon Resource Name (ARN) for that resource.For more information, see Fine-grained access control using resource names and tags .
- Parameters:
resourceIdentifier
- Optional unique value or name that you set for a given resource that can be used to construct an Amazon Resource Name (ARN) for that resource. This parameter is required.- Returns:
this
- See Also:
-
supplementalSettings
@Stability(Stable) public CfnReplicationConfig.Builder supplementalSettings(Object supplementalSettings) Optional JSON settings for specifying supplemental data.For more information, see Specifying supplemental data for task settings .
- Parameters:
supplementalSettings
- Optional JSON settings for specifying supplemental data. This parameter is required.- Returns:
this
- See Also:
-
tags
One or more optional tags associated with resources used by the AWS DMS Serverless replication.For more information, see Tagging resources in AWS Database Migration Service .
- Parameters:
tags
- One or more optional tags associated with resources used by the AWS DMS Serverless replication. This parameter is required.- Returns:
this
- See Also:
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnReplicationConfig>
- Returns:
- a newly built instance of
CfnReplicationConfig
.
-