class Aws::RDS::Types::CreateDBClusterEndpointMessage

@note When making an API call, you may pass CreateDBClusterEndpointMessage

data as a hash:

    {
      db_cluster_identifier: "String", # required
      db_cluster_endpoint_identifier: "String", # required
      endpoint_type: "String", # required
      static_members: ["String"],
      excluded_members: ["String"],
      tags: [
        {
          key: "String",
          value: "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_identifier

The identifier to use for the new endpoint. This parameter is stored
as a lowercase string.
@return [String]

@!attribute [rw] endpoint_type

The type of the 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] tags

The tags to be assigned to the Amazon RDS resource.
@return [Array<Types::Tag>]

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

Constants

SENSITIVE