Class CfnReplicationConfig
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.dms.CfnReplicationConfig
- All Implemented Interfaces:
IInspectable,ITaggableV2,IReplicationConfigRef,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.116.0 (build 0eddcff)",
date="2025-10-29T11:15:36.399Z")
@Stability(Stable)
public class CfnReplicationConfig
extends CfnResource
implements IInspectable, IReplicationConfigRef, ITaggableV2
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationconfig.html.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.dms.*;
Object replicationSettings;
Object supplementalSettings;
Object tableMappings;
CfnReplicationConfig cfnReplicationConfig = CfnReplicationConfig.Builder.create(this, "MyCfnReplicationConfig")
.computeConfig(ComputeConfigProperty.builder()
.maxCapacityUnits(123)
// the properties below are optional
.availabilityZone("availabilityZone")
.dnsNameServers("dnsNameServers")
.kmsKeyId("kmsKeyId")
.minCapacityUnits(123)
.multiAz(false)
.preferredMaintenanceWindow("preferredMaintenanceWindow")
.replicationSubnetGroupId("replicationSubnetGroupId")
.vpcSecurityGroupIds(List.of("vpcSecurityGroupIds"))
.build())
.replicationConfigIdentifier("replicationConfigIdentifier")
.replicationType("replicationType")
.sourceEndpointArn("sourceEndpointArn")
.tableMappings(tableMappings)
.targetEndpointArn("targetEndpointArn")
// the properties below are optional
.replicationSettings(replicationSettings)
.resourceIdentifier("resourceIdentifier")
.supplementalSettings(supplementalSettings)
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forCfnReplicationConfig.static interfaceConfiguration parameters for provisioning an AWS DMS Serverless replication.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.dms.IReplicationConfigRef
IReplicationConfigRef.Jsii$Default, IReplicationConfigRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnReplicationConfig(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnReplicationConfig(software.amazon.jsii.JsiiObjectRef objRef) CfnReplicationConfig(software.constructs.Construct scope, String id, CfnReplicationConfigProps props) -
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of this AWS DMS Serverless replication configuration.Tag Manager which manages the tags for this resource.Configuration parameters for provisioning an AWS DMS Serverless replication.A unique identifier that you want to use to create aReplicationConfigArnthat is returned as part of the output from this action.A reference to a ReplicationConfig resource.Optional JSON settings for AWS DMS Serverless replications that are provisioned using this replication configuration.The type of AWS DMS Serverless replication to provision using this replication configuration.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.The Amazon Resource Name (ARN) of the source endpoint for this AWS DMS Serverless replication configuration.Optional JSON settings for specifying supplemental data.JSON table mappings for AWS DMS Serverless replications that are provisioned using this replication configuration.getTags()One or more optional tags associated with resources used by the AWS DMS Serverless replication.The Amazon Resource Name (ARN) of the target endpoint for this AWS DMS serverless replication configuration.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties(Map<String, Object> props) voidsetComputeConfig(IResolvable value) Configuration parameters for provisioning an AWS DMS Serverless replication.voidConfiguration parameters for provisioning an AWS DMS Serverless replication.voidA unique identifier that you want to use to create aReplicationConfigArnthat is returned as part of the output from this action.voidsetReplicationSettings(Object value) Optional JSON settings for AWS DMS Serverless replications that are provisioned using this replication configuration.voidsetReplicationType(String value) The type of AWS DMS Serverless replication to provision using this replication configuration.voidsetResourceIdentifier(String value) 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.voidsetSourceEndpointArn(String value) The Amazon Resource Name (ARN) of the source endpoint for this AWS DMS Serverless replication configuration.voidsetSupplementalSettings(Object value) Optional JSON settings for specifying supplemental data.voidsetTableMappings(Object value) JSON table mappings for AWS DMS Serverless replications that are provisioned using this replication configuration.voidOne or more optional tags associated with resources used by the AWS DMS Serverless replication.voidsetTargetEndpointArn(String value) The Amazon Resource Name (ARN) of the target endpoint for this AWS DMS serverless replication configuration.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdMethods inherited from class software.constructs.Construct
getNode, isConstructMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnReplicationConfig
protected CfnReplicationConfig(software.amazon.jsii.JsiiObjectRef objRef) -
CfnReplicationConfig
protected CfnReplicationConfig(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnReplicationConfig
@Stability(Stable) public CfnReplicationConfig(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnReplicationConfigProps props) - 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.props- Resource properties. This parameter is required.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- Parameters:
inspector- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getAttrReplicationConfigArn
The Amazon Resource Name (ARN) of this AWS DMS Serverless replication configuration. -
getCdkTagManager
Tag Manager which manages the tags for this resource.- Specified by:
getCdkTagManagerin interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getReplicationConfigRef
A reference to a ReplicationConfig resource.- Specified by:
getReplicationConfigRefin interfaceIReplicationConfigRef
-
getComputeConfig
Configuration parameters for provisioning an AWS DMS Serverless replication.Returns union: either
IResolvableorCfnReplicationConfig.ComputeConfigProperty -
setComputeConfig
Configuration parameters for provisioning an AWS DMS Serverless replication. -
setComputeConfig
@Stability(Stable) public void setComputeConfig(@NotNull CfnReplicationConfig.ComputeConfigProperty value) Configuration parameters for provisioning an AWS DMS Serverless replication. -
getReplicationConfigIdentifier
A unique identifier that you want to use to create aReplicationConfigArnthat is returned as part of the output from this action. -
setReplicationConfigIdentifier
A unique identifier that you want to use to create aReplicationConfigArnthat is returned as part of the output from this action. -
getReplicationType
The type of AWS DMS Serverless replication to provision using this replication configuration. -
setReplicationType
The type of AWS DMS Serverless replication to provision using this replication configuration. -
getSourceEndpointArn
The Amazon Resource Name (ARN) of the source endpoint for this AWS DMS Serverless replication configuration. -
setSourceEndpointArn
The Amazon Resource Name (ARN) of the source endpoint for this AWS DMS Serverless replication configuration. -
getTableMappings
JSON table mappings for AWS DMS Serverless replications that are provisioned using this replication configuration. -
setTableMappings
JSON table mappings for AWS DMS Serverless replications that are provisioned using this replication configuration. -
getTargetEndpointArn
The Amazon Resource Name (ARN) of the target endpoint for this AWS DMS serverless replication configuration. -
setTargetEndpointArn
The Amazon Resource Name (ARN) of the target endpoint for this AWS DMS serverless replication configuration. -
getReplicationSettings
Optional JSON settings for AWS DMS Serverless replications that are provisioned using this replication configuration. -
setReplicationSettings
Optional JSON settings for AWS DMS Serverless replications that are provisioned using this replication configuration. -
getResourceIdentifier
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. -
setResourceIdentifier
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. -
getSupplementalSettings
Optional JSON settings for specifying supplemental data. -
setSupplementalSettings
Optional JSON settings for specifying supplemental data. -
getTags
One or more optional tags associated with resources used by the AWS DMS Serverless replication. -
setTags
One or more optional tags associated with resources used by the AWS DMS Serverless replication.
-