@aws-sdk/client-redshift

DescribeEndpointAccessCommandInput Interface

Members

Name
Type
Details
ClusterIdentifier string | undefined

The cluster identifier associated with the described endpoint.

EndpointName string | undefined

The name of the endpoint to be described.

Marker string | undefined

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 | undefined

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 | undefined

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

VpcId string | undefined

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

Full Signature

export interface DescribeEndpointAccessCommandInput extends DescribeEndpointAccessMessage