Interface ISubnetGroup
Interface for a subnet group.
Namespace: Amazon.CDK.AWS.RDS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISubnetGroup : IResource
Syntax (vb)
Public Interface ISubnetGroup
Inherits IResource, 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