| Package | Description |
|---|---|
| software.amazon.awscdk.services.dms |
AWS Database Migration Service Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnReplicationSubnetGroup.Builder |
CfnReplicationSubnetGroup.Builder.create(software.constructs.Construct scope,
String id) |
CfnReplicationSubnetGroup.Builder |
CfnReplicationSubnetGroup.Builder.replicationSubnetGroupDescription(String replicationSubnetGroupDescription)
The description for the subnet group.
|
CfnReplicationSubnetGroup.Builder |
CfnReplicationSubnetGroup.Builder.replicationSubnetGroupIdentifier(String replicationSubnetGroupIdentifier)
The identifier for the replication subnet group.
|
CfnReplicationSubnetGroup.Builder |
CfnReplicationSubnetGroup.Builder.subnetIds(List<String> subnetIds)
One or more subnet IDs to be assigned to the subnet group.
|
CfnReplicationSubnetGroup.Builder |
CfnReplicationSubnetGroup.Builder.tags(List<? extends CfnTag> tags)
One or more tags to be assigned to the subnet group.
|
Copyright © 2022. All rights reserved.