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

UpdateEndpointAccessRequest

import type { UpdateEndpointAccessRequest } from "https://aws-api.deno.dev/v0.4/services/redshiftserverless.ts?docs=full";
interface UpdateEndpointAccessRequest {
endpointName: string;
vpcSecurityGroupIds?: string[] | null;
}

§Properties

§
endpointName: string
[src]

The name of the VPC endpoint to update.

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

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