Skip to content

Put Launch Profile Members

nimblestudio_put_launch_profile_members R Documentation

Add/update users with given persona to launch profile membership

Description

Add/update users with given persona to launch profile membership.

Usage

nimblestudio_put_launch_profile_members(clientToken, identityStoreId,
  launchProfileId, members, 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.

identityStoreId

[required] The ID of the identity store.

launchProfileId

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

members

[required] A list of members.

studioId

[required] The studio ID.

Value

An empty list.

Request syntax

svc$put_launch_profile_members(
  clientToken = "string",
  identityStoreId = "string",
  launchProfileId = "string",
  members = list(
    list(
      persona = "USER",
      principalId = "string"
    )
  ),
  studioId = "string"
)