Skip to main content

endpoint_authorizations_list_only

Lists endpoint_authorizations in a region or regions, for all properties use endpoint_authorizations

Overview

Nameendpoint_authorizations_list_only
TypeResource
DescriptionDescribes an endpoint authorization for authorizing Redshift-managed VPC endpoint access to a cluster across AWS accounts.
Idaws.redshift.endpoint_authorizations_list_only

Fields

NameDatatypeDescription
accountstringThe target AWS account ID to grant or revoke access for.
cluster_identifierstringThe cluster identifier.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all endpoint_authorizations in a region.

SELECT
region,
cluster_identifier,
account
FROM aws.redshift.endpoint_authorizations_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the endpoint_authorizations_list_only resource, see endpoint_authorizations