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
statusstringThe status of the authorization action.
granteestringThe AWS account ID of the grantee of the cluster.
accountstringThe target AWS account ID to grant or revoke access for.
grantorstringThe AWS account ID of the cluster owner.
endpoint_countintegerThe number of Redshift-managed VPC endpoints created for the authorization.
authorize_timestringThe time (UTC) when the authorization was created.
allowed_vpcsarrayThe VPCs allowed access to the cluster.
forcebooleanIndicates whether to force the revoke action. If true, the Redshift-managed VPC endpoints associated with the endpoint authorization are also deleted.
allowed_all_vpcsbooleanIndicates whether all VPCs in the grantee account are allowed access to the cluster.
vpc_idsarrayThe virtual private cloud (VPC) identifiers to grant or revoke access to.
cluster_identifierstringThe cluster identifier.
cluster_statusstringThe status of the cluster.
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