aws::db-cluster-endpoint¶
Query db cluster endpoint.
Example¶
endpoints: $(external-query aws::db-cluster-endpoint { db-cluster-endpoint-type: 'reader'})
Attributes¶
Attribute | Description |
---|---|
db-cluster-endpoint-type | The type of the endpoint. Valid values are reader , writer and custom . |
db-cluster-endpoint-custom-type | The custom type of the endpoint. Valid values are reader and any . |
db-cluster-endpoint-id | The identifier of the endpoint. |
db-cluster-endpoint-status | The status of the endpoint. Valid values are available , creating , deleting and modifying . |