Uses of Interface
software.amazon.awscdk.services.redshift.IClusterSubnetGroup
Packages that use IClusterSubnetGroup
-
Uses of IClusterSubnetGroup in software.amazon.awscdk.services.redshift
Subinterfaces of IClusterSubnetGroup in software.amazon.awscdk.services.redshiftModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIClusterSubnetGroup.Classes in software.amazon.awscdk.services.redshift 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 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 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()