Uses of Class
software.amazon.awscdk.services.redshift.alpha.ClusterSubnetGroup.Builder
Packages that use ClusterSubnetGroup.Builder
Package
Description
Amazon Redshift Construct Library
-
Uses of ClusterSubnetGroup.Builder in software.amazon.awscdk.services.redshift.alpha
Methods in software.amazon.awscdk.services.redshift.alpha that return ClusterSubnetGroup.BuilderModifier and TypeMethodDescriptionstatic ClusterSubnetGroup.BuilderClusterSubnetGroup.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.