Skip to content

Update Launch Profile Member

nimblestudio_update_launch_profile_member R Documentation

Update a user persona in launch profile membership

Description

Update a user persona in launch profile membership.

Usage

nimblestudio_update_launch_profile_member(clientToken, launchProfileId,
  persona, principalId, studioId)

Arguments

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.

launchProfileId

[required] The ID of the launch profile used to control access from the streaming session.

persona

[required] The persona.

principalId

[required] The principal ID. This currently supports a IAM Identity Center UserId.

studioId

[required] The studio ID.

Value

A list with the following syntax:

list(
  member = list(
    identityStoreId = "string",
    persona = "USER",
    principalId = "string",
    sid = "string"
  )
)

Request syntax

svc$update_launch_profile_member(
  clientToken = "string",
  launchProfileId = "string",
  persona = "USER",
  principalId = "string",
  studioId = "string"
)