Interface CfnReplicationSubnetGroupMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnReplicationSubnetGroupMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.121.0 (build d7af9b9)",
date="2025-12-18T18:20:24.934Z")
@Stability(Stable)
public interface CfnReplicationSubnetGroupMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnReplicationSubnetGroupPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.dms.mixins.*;
CfnReplicationSubnetGroupMixinProps cfnReplicationSubnetGroupMixinProps = CfnReplicationSubnetGroupMixinProps.builder()
.replicationSubnetGroupDescription("replicationSubnetGroupDescription")
.replicationSubnetGroupIdentifier("replicationSubnetGroupIdentifier")
.subnetIds(List.of("subnetIds"))
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnReplicationSubnetGroupMixinPropsstatic final classAn implementation forCfnReplicationSubnetGroupMixinProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getReplicationSubnetGroupDescription
The description for the subnet group.- See Also:
-
getReplicationSubnetGroupIdentifier
The identifier for the replication subnet group.If you don't specify a name, CloudFormation generates a unique ID and uses that ID for the identifier.
- See Also:
-
getSubnetIds
One or more subnet IDs to be assigned to the subnet group.- See Also:
-
getTags
One or more tags to be assigned to the subnet group.- See Also:
-
builder
-