Show / Hide Table of Contents

Class ClusterSubnetGroupReference

A reference to a ClusterSubnetGroup resource.

Inheritance
object
ClusterSubnetGroupReference
Implements
IClusterSubnetGroupReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IClusterSubnetGroupReference
Back to top Generated by DocFX