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

DescribeEndpointAccessMessage

import type { DescribeEndpointAccessMessage } from "https://aws-api.deno.dev/v0.3/services/redshift.ts?docs=full";
interface DescribeEndpointAccessMessage {
ClusterIdentifier?: string | null;
EndpointName?: string | null;
Marker?: string | null;
MaxRecords?: number | null;
ResourceOwner?: string | null;
VpcId?: string | null;
}

§Properties

§
ClusterIdentifier?: string | null
[src]

The cluster identifier associated with the described endpoint.

§
EndpointName?: string | null
[src]

The name of the endpoint to be described.

§
Marker?: string | null
[src]

An optional pagination token provided by a previous DescribeEndpointAccess request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by the MaxRecords parameter.

§
MaxRecords?: number | null
[src]

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a Marker is included in the response so that the remaining results can be retrieved.

§
ResourceOwner?: string | null
[src]

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

§
VpcId?: string | null
[src]

The virtual private cloud (VPC) identifier with access to the cluster.