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

CreateEndpointAccessRequest

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

§Properties

§
endpointName: string
[src]

The name of the VPC endpoint. An endpoint name must contain 1-30 characters. Valid characters are A-Z, a-z, 0-9, and hyphen(-). The first character must be a letter. The name can't contain two consecutive hyphens or end with a hyphen.

§
subnetIds: string[]
[src]

The unique identifers of subnets from which Amazon Redshift Serverless chooses one to deploy a VPC endpoint.

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

The unique identifiers of the security group that defines the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.

§
workgroupName: string
[src]

The name of the workgroup to associate with the VPC endpoint.