Show / Hide Table of Contents

Interface IDBClusterReference

A reference to a DBCluster resource.

Namespace: Amazon.CDK.Interfaces.RDS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IDBClusterReference
Syntax (vb)
Public Interface IDBClusterReference
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 dBClusterReference = new DBClusterReference {
                DbClusterArn = "dbClusterArn",
                DbClusterIdentifier = "dbClusterIdentifier"
            };

Synopsis

Properties

DbClusterArn

The ARN of the DBCluster resource.

DbClusterIdentifier

The DBClusterIdentifier of the DBCluster resource.

Properties

DbClusterArn

The ARN of the DBCluster resource.

string DbClusterArn { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

DbClusterIdentifier

The DBClusterIdentifier of the DBCluster resource.

string DbClusterIdentifier { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX