Class SubnetGroupReference
A reference to a SubnetGroup resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.ElastiCache
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.ElastiCache;
var subnetGroupReference = new SubnetGroupReference {
CacheSubnetGroupName = "cacheSubnetGroupName"
};
Synopsis
Constructors
| SubnetGroupReference() | A reference to a SubnetGroup resource. |
Properties
| CacheSubnetGroupName | The CacheSubnetGroupName 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.ElastiCache;
var subnetGroupReference = new SubnetGroupReference {
CacheSubnetGroupName = "cacheSubnetGroupName"
};
Properties
CacheSubnetGroupName
The CacheSubnetGroupName of the SubnetGroup resource.
public string CacheSubnetGroupName { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated