Uses of Class
software.amazon.awscdk.services.redshift.alpha.ClusterSubnetGroup.Builder
Package
Description
Amazon Redshift Construct Library
-
Uses of ClusterSubnetGroup.Builder in software.amazon.awscdk.services.redshift.alpha
Modifier and TypeMethodDescriptionstatic ClusterSubnetGroup.Builder
ClusterSubnetGroup.Builder.description
(String description) (experimental) Description of the subnet group.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.(experimental) The VPC to place the subnet group in.ClusterSubnetGroup.Builder.vpcSubnets
(SubnetSelection vpcSubnets) (experimental) Which subnets within the VPC to associate with this group.