studio_tags
Expands all tag keys and values for studios
in a region
Overview
Name | studio_tags |
Type | Resource |
Description | Represents a studio that contains other Nimble Studio resources |
Id | aws.nimblestudio.studio_tags |
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. |
user_role_arn | string | The IAM role that Studio Users will assume when logging in to the Nimble Studio portal. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all studios
in a region.
SELECT
region,
admin_role_arn,
display_name,
home_region,
sso_client_id,
studio_encryption_configuration,
studio_id,
studio_name,
studio_url,
user_role_arn,
tag_key,
tag_value
FROM aws.nimblestudio.studio_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the studio_tags
resource, see studios