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

CreateEndpointAccessMessage

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

§Properties

§
ClusterIdentifier?: string | null
[src]

The cluster identifier of the cluster to access.

§
EndpointName: string
[src]

The Redshift-managed VPC endpoint name.

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.

§
ResourceOwner?: string | null
[src]

The Amazon Web Services account ID of the owner of the cluster. This is only required if the cluster is in another Amazon Web Services account.

§
SubnetGroupName: string
[src]

The subnet group from which Amazon Redshift chooses the subnet to deploy the endpoint.

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

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