Share via


AmazonPostgreSqlProperties interface

The properties of Amazon Postgre SQL.

Extends

Properties

port

The port of Amazon Postgre SQL.

serverEndpoint

The server endpoint of Amazon Postgre SQL.

vpcEndpointServiceName

The vpc endpoint service name of Amazon Postgre SQL.

Inherited Properties

collection

The reference to collection.

dataSourceCollectionMovingState

Data source collection moving state.

Property Details

port

The port of Amazon Postgre SQL.

port?: number

Property Value

number

serverEndpoint

The server endpoint of Amazon Postgre SQL.

serverEndpoint?: string

Property Value

string

vpcEndpointServiceName

The vpc endpoint service name of Amazon Postgre SQL.

vpcEndpointServiceName?: string

Property Value

string

Inherited Property Details

collection

The reference to collection.

collection?: CollectionReference

Property Value

Inherited From DataSourceProperties.collection

dataSourceCollectionMovingState

Data source collection moving state.

dataSourceCollectionMovingState?: "Failed" | "Active" | "Moving"

Property Value

"Failed" | "Active" | "Moving"

Inherited From DataSourceProperties.dataSourceCollectionMovingState