Class SubnetGroupReference
A reference to a SubnetGroup resource.
Implements
Inherited Members
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
Remarks
ExampleMetadata: fixture=_generated