aws.redshift.describe_endpoint_authorization
Example SQL Queries
SELECT * FROMaws.redshift.describe_endpoint_authorization;Description
Describes an endpoint authorization.
Table Definition
| Column Name | Column Data Type |
|---|---|
| account Input Column The Amazon Web Services account ID of either the cluster owner (grantor) or grantee. If Grantee parameter is true, then the Account value is of the grantor. | VARCHAR |
| cluster_identifier Input Column The cluster identifier. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| _input_grantee Input Column | BOOLEAN |
| allowed_all_vp_cs Indicates whether all VPCs in the grantee account are allowed access to the cluster. | BOOLEAN |
| allowed_vp_cs The VPCs allowed access to the cluster. | VARCHAR[] |
Show child fields
| |
| authorize_time The time (UTC) when the authorization was created. | TIMESTAMP_S |
| cluster_status The status of the cluster. | VARCHAR |
| endpoint_count The number of Redshift-managed VPC endpoints created for the authorization. | BIGINT |
| grantee The Amazon Web Services account ID of the grantee of the cluster. | VARCHAR |
| grantor The Amazon Web Services account ID of the cluster owner. | VARCHAR |
| status The status of the authorization action. | VARCHAR |