nimblestudio_create_launch_profile: Create a launch profile

View source: R/nimblestudio_operations.R

nimblestudio_create_launch_profileR Documentation

Create a launch profile

Description

Create a launch profile.

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

Usage

nimblestudio_create_launch_profile(
  clientToken = NULL,
  description = NULL,
  ec2SubnetIds,
  launchProfileProtocolVersions,
  name,
  streamConfiguration,
  studioComponentIds,
  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.

description

The description.

ec2SubnetIds

[required] Specifies the IDs of the EC2 subnets where streaming sessions will be accessible from. These subnets must support the specified instance types.

launchProfileProtocolVersions

[required] The version number of the protocol that is used by the launch profile. The only valid version is "2021-03-31".

name

[required] The name for the launch profile.

streamConfiguration

[required] A configuration for a streaming session.

studioComponentIds

[required] Unique identifiers for a collection of studio components that can be used with this launch profile.

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.