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

CreateDBClusterEndpointMessage

import type { CreateDBClusterEndpointMessage } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/rds.ts";
interface CreateDBClusterEndpointMessage {
DBClusterEndpointIdentifier: string;
DBClusterIdentifier: string;
EndpointType: string;
ExcludedMembers?: string[] | null;
StaticMembers?: string[] | null;
Tags?: Tag[] | null;
}

§Properties

§
DBClusterEndpointIdentifier: string
[src]
§
DBClusterIdentifier: string
[src]
§
EndpointType: string
[src]
§
ExcludedMembers?: string[] | null
[src]
§
StaticMembers?: string[] | null
[src]
§
Tags?: Tag[] | null
[src]