Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ModifyDBClusterEndpointMessage

import type { ModifyDBClusterEndpointMessage } from "https://aws-api.deno.dev/v0.3/services/neptune.ts?docs=full";
interface ModifyDBClusterEndpointMessage {
DBClusterEndpointIdentifier: string;
EndpointType?: string | null;
ExcludedMembers?: string[] | null;
StaticMembers?: string[] | null;
}

§Properties

§
DBClusterEndpointIdentifier: string
[src]

The identifier of the endpoint to modify. This parameter is stored as a lowercase string.

§
EndpointType?: string | null
[src]

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

§
ExcludedMembers?: string[] | null
[src]

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.

§
StaticMembers?: string[] | null
[src]

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