studios_list_only
Lists studios
in a region or regions, for all properties use studios
Overview
Name | studios_list_only |
Type | Resource |
Description | Represents a studio that contains other Nimble Studio resources |
Id | aws.nimblestudio.studios_list_only |
Fields
Name | Datatype | Description |
---|---|---|
admin_role_arn | string | The IAM role that Studio Admins will assume when logging in to the Nimble Studio portal. |
display_name | string | A friendly name for the studio. |
home_region | string | The Amazon Web Services Region where the studio resource is located. |
sso_client_id | string | The Amazon Web Services SSO application client ID used to integrate with Amazon Web Services SSO to enable Amazon Web Services SSO users to log in to Nimble Studio portal. |
studio_encryption_configuration | object | Configuration of the encryption method that is used for the studio. |
studio_id | string | |
studio_name | string | The studio name that is used in the URL of the Nimble Studio portal when accessed by Nimble Studio users. |
studio_url | string | The address of the web page for the studio. |
tags | object | |
user_role_arn | string | The IAM role that Studio Users will assume when logging in to the Nimble Studio portal. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all studios
in a region.
SELECT
region,
studio_id
FROM aws.nimblestudio.studios_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the studios_list_only
resource, see studios