Skip to content

/AWS1/CL_NIM=>CREATESTUDIO()

About CreateStudio

Create a new studio.

When creating a studio, two IAM roles must be provided: the admin role and the user role. These roles are assumed by your users when they log in to the Nimble Studio portal.

The user role must have the AmazonNimbleStudio-StudioUser managed policy attached for the portal to function properly.

The admin role must have the AmazonNimbleStudio-StudioAdmin managed policy attached for the portal to function properly.

You may optionally specify a KMS key in the StudioEncryptionConfiguration.

In Nimble Studio, resource names, descriptions, initialization scripts, and other data you provide are always encrypted at rest using an KMS key. By default, this key is owned by Amazon Web Services and managed on your behalf. You may provide your own KMS key when calling CreateStudio to encrypt this data using a key you own and manage.

When providing an KMS key during studio creation, Nimble Studio creates KMS grants in your account to provide your studio user and admin roles access to these KMS keys.

If you delete this grant, the studio will no longer be accessible to your portal users.

If you delete the studio KMS key, your studio will no longer be accessible.

Method Signature

IMPORTING

Required arguments:

IV_ADMINROLEARN TYPE /AWS1/NIMROLEARN /AWS1/NIMROLEARN

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

IV_DISPLAYNAME TYPE /AWS1/NIMSTUDIODISPLAYNAME /AWS1/NIMSTUDIODISPLAYNAME

A friendly name for the studio.

IV_STUDIONAME TYPE /AWS1/NIMSTUDIONAME /AWS1/NIMSTUDIONAME

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

IV_USERROLEARN TYPE /AWS1/NIMROLEARN /AWS1/NIMROLEARN

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

Optional arguments:

IV_CLIENTTOKEN TYPE /AWS1/NIMCLIENTTOKEN /AWS1/NIMCLIENTTOKEN

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.

IO_STUDIOENCRYPTIONCONF TYPE REF TO /AWS1/CL_NIMSTUDIOENCCONF /AWS1/CL_NIMSTUDIOENCCONF

The studio encryption configuration.

IT_TAGS TYPE /AWS1/CL_NIMTAGS_W=>TT_TAGS TT_TAGS

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

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_NIMCREATESTUDIORSP /AWS1/CL_NIMCREATESTUDIORSP