--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_nimblestudio_studio Resource - terraform-provider-awscc" subcategory: "" description: |- Represents a studio that contains other Nimble Studio resources --- # awscc_nimblestudio_studio (Resource) Represents a studio that contains other Nimble Studio resources ## Schema ### Required - `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.
- `studio_name` (String)The studio name that is used in the URL of the Nimble Studio portal when accessed by Nimble Studio users.
- `user_role_arn` (String)The IAM role that Studio Users will assume when logging in to the Nimble Studio portal.
### Optional - `studio_encryption_configuration` (Attributes)Configuration of the encryption method that is used for the studio.
(see [below for nested schema](#nestedatt--studio_encryption_configuration)) - `tags` (Map of String) ### Read-Only - `home_region` (String)The Amazon Web Services Region where the studio resource is located.
- `id` (String) Uniquely identifies the resource. - `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_id` (String) - `studio_url` (String)The address of the web page for the studio.
### Nested Schema for `studio_encryption_configuration` Optional: - `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.
## Import Import is supported using the following syntax: ```shell $ terraform import awscc_nimblestudio_studio.example