| Modifier and Type | Method and Description |
|---|---|
static ClusterSubnetGroup.Builder |
ClusterSubnetGroup.Builder.create(Construct scope,
String id)
EXPERIMENTAL
|
ClusterSubnetGroup.Builder |
ClusterSubnetGroup.Builder.description(String description)
Description of the subnet group.
|
ClusterSubnetGroup.Builder |
ClusterSubnetGroup.Builder.removalPolicy(RemovalPolicy removalPolicy)
The removal policy to apply when the subnet group are removed from the stack or replaced during an update.
|
ClusterSubnetGroup.Builder |
ClusterSubnetGroup.Builder.vpc(IVpc vpc)
The VPC to place the subnet group in.
|
ClusterSubnetGroup.Builder |
ClusterSubnetGroup.Builder.vpcSubnets(SubnetSelection vpcSubnets)
Which subnets within the VPC to associate with this group.
|
Copyright © 2020. All rights reserved.