Show / Hide Table of Contents

Class DBSubnetGroupReference

A reference to a DBSubnetGroup resource.

Inheritance
object
DBSubnetGroupReference
Implements
IDBSubnetGroupReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Interfaces.RDS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class DBSubnetGroupReference : IDBSubnetGroupReference
Syntax (vb)
Public Class DBSubnetGroupReference Implements 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

Constructors

DBSubnetGroupReference()

A reference to a DBSubnetGroup resource.

Properties

DbSubnetGroupName

The DBSubnetGroupName of the DBSubnetGroup resource.

Constructors

DBSubnetGroupReference()

A reference to a DBSubnetGroup resource.

public DBSubnetGroupReference()
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"
            };

Properties

DbSubnetGroupName

The DBSubnetGroupName of the DBSubnetGroup resource.

public string DbSubnetGroupName { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IDBSubnetGroupReference
Back to top Generated by DocFX