class Aws::RDS::Types::DBClusterEndpoint

This data type represents the information you need to connect to an Amazon Aurora DB cluster. This data type is used as a response element in the following actions:

For the data structure that represents Amazon RDS DB instance endpoints, see `Endpoint`.

@!attribute [rw] db_cluster_endpoint_identifier

The identifier associated with the endpoint. This parameter is
stored as a lowercase string.
@return [String]

@!attribute [rw] db_cluster_identifier

The DB cluster identifier of the DB cluster associated with the
endpoint. This parameter is stored as a lowercase string.
@return [String]

@!attribute [rw] db_cluster_endpoint_resource_identifier

A unique system-generated identifier for an endpoint. It remains the
same for the whole life of the endpoint.
@return [String]

@!attribute [rw] endpoint

The DNS address of the endpoint.
@return [String]

@!attribute [rw] status

The current status of the endpoint. One of: `creating`, `available`,
`deleting`, `inactive`, `modifying`. The `inactive` state applies to
an endpoint that can't be used for a certain kind of cluster, such
as a `writer` endpoint for a read-only secondary cluster in a global
database.
@return [String]

@!attribute [rw] endpoint_type

The type of the endpoint. One of: `READER`, `WRITER`, `CUSTOM`.
@return [String]

@!attribute [rw] custom_endpoint_type

The type associated with a custom endpoint. One of: `READER`,
`WRITER`, `ANY`.
@return [String]

@!attribute [rw] static_members

List of DB instance identifiers that are part of the custom endpoint
group.
@return [Array<String>]

@!attribute [rw] 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.
@return [Array<String>]

@!attribute [rw] db_cluster_endpoint_arn

The Amazon Resource Name (ARN) for the endpoint.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBClusterEndpoint AWS API Documentation

Constants

SENSITIVE