nimblestudio_create_streaming_session: Creates a streaming session in a studio

View source: R/nimblestudio_operations.R

nimblestudio_create_streaming_sessionR Documentation

Creates a streaming session in a studio

Description

Creates a streaming session in a studio.

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

Usage

nimblestudio_create_streaming_session(
  clientToken = NULL,
  ec2InstanceType = NULL,
  launchProfileId,
  ownedBy = NULL,
  streamingImageId = NULL,
  studioId,
  tags = NULL
)

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.

ec2InstanceType

The EC2 Instance type used for the streaming session.

launchProfileId

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

ownedBy

The user ID of the user that owns the streaming session. The user that owns the session will be logging into the session and interacting with the virtual workstation.

streamingImageId

The ID of the streaming image.

studioId

[required] The studio ID.

tags

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


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