endpoint_authorizations_list_only
Lists endpoint_authorizations
in a region or regions, for all properties use endpoint_authorizations
Overview
Name | endpoint_authorizations_list_only |
Type | Resource |
Description | Describes an endpoint authorization for authorizing Redshift-managed VPC endpoint access to a cluster across AWS accounts. |
Id | aws.redshift.endpoint_authorizations_list_only |
Fields
Name | Datatype | Description |
---|---|---|
account | string | The target AWS account ID to grant or revoke access for. |
cluster_identifier | string | The cluster identifier. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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