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

ModifyEndpointAccessMessage

import type { ModifyEndpointAccessMessage } from "https://aws-api.deno.dev/v0.3/services/redshift.ts?docs=full";
interface ModifyEndpointAccessMessage {
EndpointName: string;
VpcSecurityGroupIds?: string[] | null;
}

§Properties

§
EndpointName: string
[src]

The endpoint to be modified.

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

The complete list of VPC security groups associated with the endpoint after the endpoint is modified.