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

ModifyDBClusterEndpointOutput

import type { ModifyDBClusterEndpointOutput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/neptune.ts";
interface ModifyDBClusterEndpointOutput {
CustomEndpointType?: string | null;
DBClusterEndpointArn?: string | null;
DBClusterEndpointIdentifier?: string | null;
DBClusterEndpointResourceIdentifier?: string | null;
DBClusterIdentifier?: string | null;
Endpoint?: string | null;
EndpointType?: string | null;
ExcludedMembers: string[];
StaticMembers: string[];
Status?: string | null;
}

§Properties

§
CustomEndpointType?: string | null
[src]
§
DBClusterEndpointArn?: string | null
[src]
§
DBClusterEndpointIdentifier?: string | null
[src]
§
DBClusterEndpointResourceIdentifier?: string | null
[src]
§
DBClusterIdentifier?: string | null
[src]
§
Endpoint?: string | null
[src]
§
EndpointType?: string | null
[src]
§
ExcludedMembers: string[]
[src]
§
StaticMembers: string[]
[src]
§
Status?: string | null
[src]