nimblestudio_create_studio: Create a new studio

View source: R/nimblestudio_operations.R

nimblestudio_create_studioR Documentation

Create a new studio

Description

Create a new studio.

See https://www.paws-r-sdk.com/docs/nimblestudio_create_studio/ for full documentation.

Usage

nimblestudio_create_studio(
  adminRoleArn,
  clientToken = NULL,
  displayName,
  studioEncryptionConfiguration = NULL,
  studioName,
  tags = NULL,
  userRoleArn
)

Arguments

adminRoleArn

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

clientToken

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

[required] A friendly name for the studio.

studioEncryptionConfiguration

The studio encryption configuration.

studioName

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

tags

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

userRoleArn

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


paws.end.user.computing documentation built on Sept. 12, 2023, 1:17 a.m.