Show / Hide Table of Contents

Class SubnetGroupReference

A reference to a SubnetGroup resource.

Inheritance
object
SubnetGroupReference
Implements
ISubnetGroupReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Interfaces.MemoryDB
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class SubnetGroupReference : ISubnetGroupReference
Syntax (vb)
Public Class SubnetGroupReference Implements ISubnetGroupReference
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.Interfaces.MemoryDB;

            var subnetGroupReference = new SubnetGroupReference {
                SubnetGroupName = "subnetGroupName"
            };

Synopsis

Constructors

SubnetGroupReference()

A reference to a SubnetGroup resource.

Properties

SubnetGroupName

The SubnetGroupName of the SubnetGroup resource.

Constructors

SubnetGroupReference()

A reference to a SubnetGroup resource.

public SubnetGroupReference()
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.Interfaces.MemoryDB;

            var subnetGroupReference = new SubnetGroupReference {
                SubnetGroupName = "subnetGroupName"
            };

Properties

SubnetGroupName

The SubnetGroupName of the SubnetGroup resource.

public string SubnetGroupName { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

ISubnetGroupReference
Back to top Generated by DocFX