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

EndpointAccess

import type { EndpointAccess } from "https://aws-api.deno.dev/v0.3/services/redshift.ts?docs=full";

Describes a Redshift-managed VPC endpoint.

interface EndpointAccess {
Address?: string | null;
ClusterIdentifier?: string | null;
EndpointCreateTime?: Date | number | null;
EndpointName?: string | null;
EndpointStatus?: string | null;
Port?: number | null;
ResourceOwner?: string | null;
SubnetGroupName?: string | null;
VpcEndpoint?: VpcEndpoint | null;
VpcSecurityGroups: VpcSecurityGroupMembership[];
}

§Properties

§
Address?: string | null
[src]

The DNS address of the endpoint.

§
ClusterIdentifier?: string | null
[src]

The cluster identifier of the cluster associated with the endpoint.

§
EndpointCreateTime?: Date | number | null
[src]

The time (UTC) that the endpoint was created.

§
EndpointName?: string | null
[src]

The name of the endpoint.

§
EndpointStatus?: string | null
[src]

The status of the endpoint.

§
Port?: number | null
[src]

The port number on which the cluster accepts incoming connections.

§
ResourceOwner?: string | null
[src]

The Amazon Web Services account ID of the owner of the cluster.

§
SubnetGroupName?: string | null
[src]

The subnet group name where Amazon Redshift chooses to deploy the endpoint.

§
VpcEndpoint?: VpcEndpoint | null
[src]
§
VpcSecurityGroups: VpcSecurityGroupMembership[]
[src]

The security groups associated with the endpoint.