Show / Hide Table of Contents

Interface ISubnetGroup

Interface for a subnet group.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Env
IResource.Stack
IConstruct.Node
Namespace: Amazon.CDK.AWS.RDS
Assembly: Amazon.CDK.AWS.RDS.dll
Syntax (csharp)
public interface ISubnetGroup : IResource, IConstruct, IDependable
Syntax (vb)
Public Interface ISubnetGroup
    Inherits IResource, IConstruct, IConstruct, IDependable

Synopsis

Properties

SubnetGroupName

The name of the subnet group.

Properties

SubnetGroupName

The name of the subnet group.

string SubnetGroupName { get; }
Property Value

System.String

Remarks

Attribute: true

Back to top Generated by DocFX