Show / Hide Table of Contents

Interface ISubnetGroupReference

A reference to a SubnetGroup resource.

Namespace: Amazon.CDK.Interfaces.ElastiCache
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISubnetGroupReference
Syntax (vb)
Public Interface 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

Properties

CacheSubnetGroupName

The CacheSubnetGroupName of the SubnetGroup resource.

Properties

CacheSubnetGroupName

The CacheSubnetGroupName of the SubnetGroup resource.

string CacheSubnetGroupName { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX