aws.emr.list_studios
Example SQL Queries
SELECT * FROMaws.emr.list_studios;Description
Returns a list of all Amazon EMR Studios associated with the Amazon Web Services account. The list includes details such as ID, Studio Access URL, and creation time for each Studio.
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
| |
| auth_mode Specifies whether the Studio authenticates users using IAM or IAM Identity Center. | VARCHAR |
| creation_time The time when the Amazon EMR Studio was created. | TIMESTAMP_S |
| description The detailed description of the Amazon EMR Studio. | VARCHAR |
| name The name of the Amazon EMR Studio. | VARCHAR |
| studio_id The ID of the Amazon EMR Studio. | VARCHAR |
| url The unique access URL of the Amazon EMR Studio. | VARCHAR |
| vpc_id The ID of the Virtual Private Cloud (Amazon VPC) associated with the Amazon EMR Studio. | VARCHAR |