aws.glue.list_usage_profiles
Example SQL Queries
SELECT * FROMaws.glue.list_usage_profiles;Description
List all the Glue usage profiles.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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 |
| created_on The date and time when the usage profile was created. | TIMESTAMP_S |
| description A description of the usage profile. | VARCHAR |
| last_modified_on The date and time when the usage profile was last modified. | TIMESTAMP_S |
| name The name of the usage profile. | VARCHAR |