aws.glue.get_usage_profile
Example SQL Queries
SELECT * FROMaws.glue.get_usage_profileWHERE"name" = 'VALUE';Description
Retrieves information about the specified Glue usage profile.
Table Definition
| Column Name | Column Data Type |
|---|---|
| name Required Input Column The name of the usage profile. | 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 |
| configuration A ProfileConfiguration object specifying the job and session values for the profile. | STRUCT( |
Show child fields
| |
| 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 |