Skip to main content

endpoint_authorizations

Retrieves a list of endpoint_authorizations in a region

Overview

Nameendpoint_authorizations
TypeResource
Descriptionendpoint_authorizations
Idawscc.redshift.endpoint_authorizations

Fields

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

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
cluster_identifier,
account
FROM awscc.redshift.endpoint_authorizations
WHERE region = 'us-east-1'

Permissions

To operate on the endpoint_authorizations resource, the following permissions are required:

Create

redshift:AuthorizeEndpointAccess,
redshift:DescribeEndpointAuthorization

List

redshift:DescribeEndpointAuthorization