Skip to main content

studios_list_only

Lists studios in a region or regions, for all properties use studios

Overview

Namestudios_list_only
TypeResource
DescriptionRepresents a studio that contains other Nimble Studio resources
Idaws.nimblestudio.studios_list_only

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.

tagsobject
user_role_arnstring

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

regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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