nimblestudio_update_studio: Update a Studio resource

View source: R/nimblestudio_operations.R

nimblestudio_update_studioR Documentation

Update a Studio resource

Description

Update a Studio resource.

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

Usage

nimblestudio_update_studio(
  adminRoleArn = NULL,
  clientToken = NULL,
  displayName = NULL,
  studioId,
  userRoleArn = NULL
)

Arguments

adminRoleArn

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

A friendly name for the studio.

studioId

[required] The studio ID.

userRoleArn

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.