| Modifier and Type | Method and Description |
|---|---|
static ClusterSubnetGroup.Builder |
ClusterSubnetGroup.Builder.create(software.constructs.Construct scope,
String id) |
ClusterSubnetGroup.Builder |
ClusterSubnetGroup.Builder.description(String description)
(experimental) Description of the subnet group.
|
ClusterSubnetGroup.Builder |
ClusterSubnetGroup.Builder.removalPolicy(RemovalPolicy removalPolicy)
(experimental) 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)
(experimental) The VPC to place the subnet group in.
|
ClusterSubnetGroup.Builder |
ClusterSubnetGroup.Builder.vpcSubnets(SubnetSelection vpcSubnets)
(experimental) Which subnets within the VPC to associate with this group.
|
Copyright © 2020. All rights reserved.