Show / Hide Table of Contents

Interface IDBInstanceReference

A reference to a DBInstance resource.

Namespace: Amazon.CDK.Interfaces.RDS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IDBInstanceReference
Syntax (vb)
Public Interface IDBInstanceReference
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 dBInstanceReference = new DBInstanceReference {
                DbInstanceArn = "dbInstanceArn",
                DbInstanceIdentifier = "dbInstanceIdentifier"
            };

Synopsis

Properties

DbInstanceArn

The ARN of the DBInstance resource.

DbInstanceIdentifier

The DBInstanceIdentifier of the DBInstance resource.

Properties

DbInstanceArn

The ARN of the DBInstance resource.

string DbInstanceArn { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

DbInstanceIdentifier

The DBInstanceIdentifier of the DBInstance resource.

string DbInstanceIdentifier { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX