aws.neptune.describe_db_cluster_endpoints
Example SQL Queries
SELECT * FROMaws.neptune.describe_db_cluster_endpoints;Description
Returns information about endpoints for an Amazon Neptune DB cluster.
This operation can also return information for Amazon RDS clusters and Amazon DocDB clusters.
Table Definition
| Column Name | Column Data Type |
|---|---|
| db_cluster_endpoint_identifier Input Column The identifier associated with the endpoint. This parameter is stored as a lowercase string. | VARCHAR |
| db_cluster_identifier Input Column The DB cluster identifier of the DB cluster associated with the endpoint. This parameter is stored as a lowercase string. | VARCHAR |
| filters Input Column A set of name-value pairs that define which endpoints to include in the output. The filters are specified as name-value pairs, in the format Name=endpoint_type,Values=endpoint_type1,endpoint_type2,.... Name can be one of: db-cluster-endpoint-type, db-cluster-endpoint-custom-type, db-cluster-endpoint-id, db-cluster-endpoint-status. Values for the db-cluster-endpoint-type filter can be one or more of: reader, writer, custom. Values for the db-cluster-endpoint-custom-type filter can be one or more of: reader, any. Values for the db-cluster-endpoint-status filter can be one or more of: available, creating, deleting, inactive, modifying. | STRUCT( |
Show child fields
| |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| custom_endpoint_type The type associated with a custom endpoint. One of: READER, WRITER, ANY. | VARCHAR |
| db_cluster_endpoint_arn The Amazon Resource Name (ARN) for the endpoint. | VARCHAR |
| db_cluster_endpoint_resource_identifier A unique system-generated identifier for an endpoint. It remains the same for the whole life of the endpoint. | VARCHAR |
| endpoint The DNS address of the endpoint. | VARCHAR |
| endpoint_type The type of the endpoint. One of: READER, WRITER, CUSTOM. | VARCHAR |
| excluded_members List of DB instance identifiers that aren't part of the custom endpoint group. All other eligible instances are reachable through the custom endpoint. Only relevant if the list of static members is empty. | VARCHAR[] |
Show child fields
| |
| static_members List of DB instance identifiers that are part of the custom endpoint group. | VARCHAR[] |
Show child fields
| |
| status The current status of the endpoint. One of: creating, available, deleting, inactive, modifying. The inactive state applies to an endpoint that cannot be used for a certain kind of cluster, such as a writer endpoint for a read-only secondary cluster in a global database. | VARCHAR |