class Aws::RDS::Types::ModifyDBClusterEndpointMessage
@note When making an API call, you may pass ModifyDBClusterEndpointMessage
data as a hash: { db_cluster_endpoint_identifier: "String", # required endpoint_type: "String", static_members: ["String"], excluded_members: ["String"], }
@!attribute [rw] db_cluster_endpoint_identifier
The identifier of the endpoint to modify. 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>]
@see docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBClusterEndpointMessage AWS API Documentation
Constants
- SENSITIVE