Class ClusterSubnetGroupReference
A reference to a ClusterSubnetGroup resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Redshift
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ClusterSubnetGroupReference : IClusterSubnetGroupReference
Syntax (vb)
Public Class ClusterSubnetGroupReference Implements IClusterSubnetGroupReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Redshift;
var clusterSubnetGroupReference = new ClusterSubnetGroupReference {
ClusterSubnetGroupName = "clusterSubnetGroupName"
};
Synopsis
Constructors
ClusterSubnetGroupReference() | A reference to a ClusterSubnetGroup resource. |
Properties
ClusterSubnetGroupName | The ClusterSubnetGroupName of the ClusterSubnetGroup resource. |
Constructors
ClusterSubnetGroupReference()
A reference to a ClusterSubnetGroup resource.
public ClusterSubnetGroupReference()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Redshift;
var clusterSubnetGroupReference = new ClusterSubnetGroupReference {
ClusterSubnetGroupName = "clusterSubnetGroupName"
};
Properties
ClusterSubnetGroupName
The ClusterSubnetGroupName of the ClusterSubnetGroup resource.
public string ClusterSubnetGroupName { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated