endpoint_authorizations
Retrieves a list of endpoint_authorizations
in a region
Overview
Name | endpoint_authorizations |
Type | Resource |
Description | endpoint_authorizations |
Id | awscc.redshift.endpoint_authorizations |
Fields
Name | Datatype | Description |
---|---|---|
cluster_identifier | string | The cluster identifier. |
account | undefined | The target AWS account ID to grant or revoke access for. |
region | string | AWS 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