--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_nimblestudio_studio Data Source - terraform-provider-awscc" subcategory: "" description: |- Data Source schema for AWS::NimbleStudio::Studio --- # awscc_nimblestudio_studio (Data Source) Data Source schema for AWS::NimbleStudio::Studio ## Schema ### Required - `id` (String) Uniquely identifies the resource. ### Read-Only - `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` (Attributes)

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

(see [below for nested schema](#nestedatt--studio_encryption_configuration)) - `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` (Map of String) - `user_role_arn` (String)

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

### Nested Schema for `studio_encryption_configuration` Read-Only: - `key_arn` (String)

The ARN for a KMS key that is used to encrypt studio data.

- `key_type` (String)

The type of KMS key that is used to encrypt studio data.