AmazonPostgreSqlProperties interface
Amazon Postgre SQL のプロパティ。
- Extends
プロパティ
| port | Amazon Postgre SQL のポート。 |
| server |
Amazon Postgre SQL のサーバー エンドポイント。 |
| vpc |
Amazon Postgre SQL の vpc エンドポイント サービス名。 |
継承されたプロパティ
| collection | コレクションへの参照。 |
| data |
データ ソース コレクションの移動状態。 |
プロパティの詳細
port
Amazon Postgre SQL のポート。
port?: number
プロパティ値
number
serverEndpoint
Amazon Postgre SQL のサーバー エンドポイント。
serverEndpoint?: string
プロパティ値
string
vpcEndpointServiceName
Amazon Postgre SQL の vpc エンドポイント サービス名。
vpcEndpointServiceName?: string
プロパティ値
string
継承されたプロパティの詳細
collection
dataSourceCollectionMovingState
データ ソース コレクションの移動状態。
dataSourceCollectionMovingState?: "Failed" | "Active" | "Moving"
プロパティ値
"Failed" | "Active" | "Moving"
DataSourceProperties.dataSourceCollectionMovingState から継承された