v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-142826341.7 MB

Creates a new custom endpoint and associates it with an Amazon Aurora DB cluster.

This action applies only to Aurora DB clusters.

get/#Action=CreateDBClusterEndpoint

Query parameters

DBClusterIdentifierstring required

The DB cluster identifier of the DB cluster associated with the endpoint. This parameter is stored as a lowercase string.

DBClusterEndpointIdentifierstring required

The identifier to use for the new endpoint. This parameter is stored as a lowercase string.

EndpointTypestring required

The type of the endpoint, one of: <code>READER</code>, <code>WRITER</code>, <code>ANY</code>.

StaticMembersString[]

List of DB instance identifiers that are part of the custom endpoint group.

ExcludedMembersString[]

List of DB instance identifiers that aren't part of the custom endpoint group. All other eligible instances are reachable through the custom endpoint. This parameter is relevant only if the list of static members is empty.

Keystring

A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and can't be prefixed with <code>aws:</code> or <code>rds:</code>. The string can only contain only the set of Unicode letters, digits, white-space, '', '.', ':', '/', '=', '+', '-', '@' (Java regex: "^([\p{L}\p{Z}\p{N}.:/=+\-@]*)$").

Valuestring

A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and can't be prefixed with <code>aws:</code> or <code>rds:</code>. The string can only contain only the set of Unicode letters, digits, white-space, '', '.', ':', '/', '=', '+', '-', '@' (Java regex: "^([\p{L}\p{Z}\p{N}.:/=+\-@]*)$").

The tags to be assigned to the Amazon RDS resource.

Action'CreateDBClusterEndpoint' required
Version'2014-10-31' required

Response

Success