ClusterSubnetGroupReference
- class aws_cdk.aws_redshift.ClusterSubnetGroupReference(*, cluster_subnet_group_name)
Bases:
object
A reference to a ClusterSubnetGroup resource.
- Parameters:
cluster_subnet_group_name (
str
) – The ClusterSubnetGroupName of the ClusterSubnetGroup resource.- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_redshift as redshift cluster_subnet_group_reference = redshift.ClusterSubnetGroupReference( cluster_subnet_group_name="clusterSubnetGroupName" )
Attributes
- cluster_subnet_group_name
The ClusterSubnetGroupName of the ClusterSubnetGroup resource.