@aws-cdk_aws-neptune-alpha.DatabaseInstanceAttributes

interface DatabaseInstanceAttributes ๐Ÿ”น

LanguageType name
.NETAmazon.CDK.AWS.Neptune.Alpha.DatabaseInstanceAttributes
Gogithub.com/aws/aws-cdk-go/awscdkneptunealpha/v2#DatabaseInstanceAttributes
Javasoftware.amazon.awscdk.services.neptune.alpha.DatabaseInstanceAttributes
Pythonaws_cdk.aws_neptune_alpha.DatabaseInstanceAttributes
TypeScript (source)@aws-cdk/aws-neptune-alpha ยป DatabaseInstanceAttributes

Properties that describe an existing instance.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as neptune_alpha from '@aws-cdk/aws-neptune-alpha';
const databaseInstanceAttributes: neptune_alpha.DatabaseInstanceAttributes = {
  instanceEndpointAddress: 'instanceEndpointAddress',
  instanceIdentifier: 'instanceIdentifier',
  port: 123,
};

Properties

NameTypeDescription
instanceEndpointAddress๐Ÿ”นstringThe endpoint address.
instanceIdentifier๐Ÿ”นstringThe instance identifier.
port๐Ÿ”นnumberThe database port.

instanceEndpointAddress๐Ÿ”น

Type: string

The endpoint address.


instanceIdentifier๐Ÿ”น

Type: string

The instance identifier.


port๐Ÿ”น

Type: number

The database port.