Uses of Interface
software.amazon.awscdk.services.redshift.alpha.IClusterSubnetGroup
Packages that use IClusterSubnetGroup
Package
Description
Amazon Redshift Construct Library
-
Uses of IClusterSubnetGroup in software.amazon.awscdk.services.redshift.alpha
Subinterfaces of IClusterSubnetGroup in software.amazon.awscdk.services.redshift.alphaModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIClusterSubnetGroup.Classes in software.amazon.awscdk.services.redshift.alpha that implement IClusterSubnetGroupModifier and TypeClassDescriptionclass(experimental) Class for creating a Redshift cluster subnet group.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.redshift.alpha that return IClusterSubnetGroupModifier and TypeMethodDescriptionstatic IClusterSubnetGroupClusterSubnetGroup.fromClusterSubnetGroupName(software.constructs.Construct scope, String id, String clusterSubnetGroupName) (experimental) Imports an existing subnet group by name.default IClusterSubnetGroupClusterProps.getSubnetGroup()(experimental) A cluster subnet group to use with this cluster.final IClusterSubnetGroupClusterProps.Jsii$Proxy.getSubnetGroup()Methods in software.amazon.awscdk.services.redshift.alpha with parameters of type IClusterSubnetGroupModifier and TypeMethodDescriptionCluster.Builder.subnetGroup(IClusterSubnetGroup subnetGroup) (experimental) A cluster subnet group to use with this cluster.ClusterProps.Builder.subnetGroup(IClusterSubnetGroup subnetGroup) Sets the value ofClusterProps.getSubnetGroup()