Skip to main content

studio_tags

Expands all tag keys and values for studios in a region

Overview

Namestudio_tags
TypeResource
DescriptionRepresents a studio that contains other Nimble Studio resources
Idaws.nimblestudio.studio_tags

Fields

NameDatatypeDescription
admin_role_arnstring

The IAM role that Studio Admins will assume when logging in to the Nimble Studio portal.

display_namestring

A friendly name for the studio.

home_regionstring

The Amazon Web Services Region where the studio resource is located.

sso_client_idstring

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_configurationobject

Configuration of the encryption method that is used for the studio.

studio_idstring
studio_namestring

The studio name that is used in the URL of the Nimble Studio portal when accessed by Nimble Studio users.

studio_urlstring

The address of the web page for the studio.

user_role_arnstring

The IAM role that Studio Users will assume when logging in to the Nimble Studio portal.

tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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