Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

Interface CreateStudioRequest

Hierarchy

Properties

adminRoleArn: undefined | string

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

clientToken?: string

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.

displayName: undefined | string

A friendly name for the studio.

studioEncryptionConfiguration?: StudioEncryptionConfiguration

The studio encryption configuration.

studioName: undefined | string

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

tags?: Record<string, string>

A collection of labels, in the form of key-value pairs, that apply to this resource.

userRoleArn: undefined | string

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