aws.nimble.list_studios
Example SQL Queries
SELECT * FROMaws.nimble.list_studios;Description
List studios in your Amazon Web Services accounts in the requested Amazon Web Services Region.
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 |
| admin_role_arn The IAM role that studio admins assume when logging in to the Nimble Studio portal. | VARCHAR |
| arn The Amazon Resource Name (ARN) that is assigned to a studio resource and uniquely identifies it. ARNs are unique across all Regions. | VARCHAR |
| created_at The ISO timestamp in seconds for when the resource was created. | TIMESTAMP_S |
| display_name A friendly name for the studio. | VARCHAR |
| home_region The Amazon Web Services Region where the studio resource is located. | VARCHAR |
| sso_client_id The IAM Identity Center application client ID used to integrate with IAM Identity Center. This ID allows IAM Identity Center users to log in to Nimble Studio portal. | VARCHAR |
| state The current state of the studio resource. | VARCHAR |
| status_code Status codes that provide additional detail on the studio state. | VARCHAR |
| status_message Additional detail on the studio state. | VARCHAR |
| studio_encryption_configuration Configuration of the encryption method that is used for the studio. | STRUCT( |
Show child fields
| |
| studio_id The unique identifier for a studio resource. In Nimble Studio, all other resources are contained in a studio resource. | VARCHAR |
| studio_name The name of the studio, as included in the URL when accessing it in the Nimble Studio portal. | VARCHAR |
| studio_url The address of the web page for the studio. | VARCHAR |
| tags A collection of labels, in the form of key-value pairs, that apply to this resource. | MAP(VARCHAR, VARCHAR) |
| updated_at The ISO timestamp in seconds for when the resource was updated. | TIMESTAMP_S |
| user_role_arn The IAM role that studio users assume when logging in to the Nimble Studio portal. | VARCHAR |