CreateDbClusterEndpointRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The type of the endpoint, one of: READER, WRITER, ANY.

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard
val tags: List<Tag>?

The tags to be assigned to the Amazon RDS resource.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String