Show / Hide Table of Contents

Interface IDatabaseInstance

A database instance.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Env
IResource.Stack
IConstruct.Node
Namespace: Amazon.CDK.AWS.DocDB
Assembly: Amazon.CDK.AWS.DocDB.dll
Syntax (csharp)
public interface IDatabaseInstance : IResource, IConstruct, IDependable
Syntax (vb)
Public Interface IDatabaseInstance
    Inherits IResource, IConstruct, IConstruct, IDependable

Synopsis

Properties

DbInstanceEndpointAddress

The instance endpoint address.

DbInstanceEndpointPort

The instance endpoint port.

InstanceArn

The instance arn.

InstanceEndpoint

The instance endpoint.

InstanceIdentifier

The instance identifier.

Properties

DbInstanceEndpointAddress

The instance endpoint address.

string DbInstanceEndpointAddress { get; }
Property Value

System.String

Remarks

Attribute: Endpoint

DbInstanceEndpointPort

The instance endpoint port.

string DbInstanceEndpointPort { get; }
Property Value

System.String

Remarks

Attribute: Port

InstanceArn

The instance arn.

string InstanceArn { get; }
Property Value

System.String

InstanceEndpoint

The instance endpoint.

Endpoint InstanceEndpoint { get; }
Property Value

Endpoint

InstanceIdentifier

The instance identifier.

string InstanceIdentifier { get; }
Property Value

System.String

Back to top Generated by DocFX