aws.redshift.describe_account_attributes
Example SQL Queries
SELECT * FROMaws.redshift.describe_account_attributes;Description
Returns a list of attributes attached to an account
Table Definition
| Column Name | Column Data Type |
|---|---|
| attribute_names Input Column A list of attribute names. | VARCHAR[] |
Show child fields
| |
| _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 |
| account_attributes A list of attributes assigned to an account. | STRUCT( |
Show child fields
| |