Show / Hide Table of Contents

Interface IDatabaseInstanceAttributes

Properties that describe an existing instance.

Namespace: Amazon.CDK.AWS.DocDB
Assembly: Amazon.CDK.AWS.DocDB.dll
Syntax (csharp)
public interface IDatabaseInstanceAttributes
Syntax (vb)
Public Interface IDatabaseInstanceAttributes
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.AWS.DocDB;

var databaseInstanceAttributes = new DatabaseInstanceAttributes {
    InstanceEndpointAddress = "instanceEndpointAddress",
    InstanceIdentifier = "instanceIdentifier",
    Port = 123
};

Synopsis

Properties

InstanceEndpointAddress

The endpoint address.

InstanceIdentifier

The instance identifier.

Port

The database port.

Properties

InstanceEndpointAddress

The endpoint address.

string InstanceEndpointAddress { get; }
Property Value

System.String

InstanceIdentifier

The instance identifier.

string InstanceIdentifier { get; }
Property Value

System.String

Port

The database port.

double Port { get; }
Property Value

System.Double

Back to top Generated by DocFX