Interface IDBSubnetGroupReference
A reference to a DBSubnetGroup resource.
Namespace: Amazon.CDK.Interfaces.RDS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IDBSubnetGroupReference
Syntax (vb)
Public Interface IDBSubnetGroupReference
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.RDS;
var dBSubnetGroupReference = new DBSubnetGroupReference {
DbSubnetGroupName = "dbSubnetGroupName"
};
Synopsis
Properties
| DbSubnetGroupName | The DBSubnetGroupName of the DBSubnetGroup resource. |
Properties
DbSubnetGroupName
The DBSubnetGroupName of the DBSubnetGroup resource.
string DbSubnetGroupName { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated