Represents a launch profile which delegates access to a collection of studio components to studio users
ec_2_subnet_ids
(List of String) Specifies the IDs of the EC2 subnets where streaming sessions will be accessible from. These subnets must support the specified instance types.
launch_profile_protocol_versions
(List of String) The version number of the protocol that is used by the launch profile. The only valid version is "2021-03-31".
name
(String) The name for the launch profile.
stream_configuration
(Attributes) A configuration for a streaming session.
(see below for nested schema)studio_component_ids
(List of String) Unique identifiers for a collection of studio components that can be used with this launch profile.
studio_id
(String) The studio ID.
description
(String) The description.
tags
(Map of String)id
(String) Uniquely identifies the resource.launch_profile_id
(String)stream_configuration
Required:
clipboard_mode
(String)ec_2_instance_types
(List of String) The EC2 instance types that users can select from when launching a streaming session with this launch profile.
streaming_image_ids
(List of String) The streaming images that users can select from when launching a streaming session with this launch profile.
Optional:
automatic_termination_mode
(String)max_session_length_in_minutes
(Number) The length of time, in minutes, that a streaming session can be active before it is stopped or terminated. After this point, Nimble Studio automatically terminates or stops the session. The default length of time is 690 minutes, and the maximum length of time is 30 days.
max_stopped_session_length_in_minutes
(Number) Integer that determines if you can start and stop your sessions and how long a session
can stay in the STOPPED
state. The default value is 0. The maximum value is
5760.
This field is allowed only when sessionPersistenceMode
is
ACTIVATED
and automaticTerminationMode
is
ACTIVATED
.
If the value is set to 0, your sessions can?t be STOPPED
. If you then
call StopStreamingSession
, the session fails. If the time that a session
stays in the READY
state exceeds the maxSessionLengthInMinutes
value, the session will automatically be terminated (instead of
STOPPED
).
If the value is set to a positive number, the session can be stopped. You can call
StopStreamingSession
to stop sessions in the READY
state.
If the time that a session stays in the READY
state exceeds the
maxSessionLengthInMinutes
value, the session will automatically be
stopped (instead of terminated).
session_backup
(Attributes) Configures how streaming sessions are backed up when launched from this launch profile.
(see below for nested schema)session_persistence_mode
(String)session_storage
(Attributes) The configuration for a streaming session?s upload storage.
(see below for nested schema)volume_configuration
(Attributes) Custom volume configuration for the root volumes that are attached to streaming sessions.
This parameter is only allowed when sessionPersistenceMode
is
ACTIVATED
.
stream_configuration.session_backup
Optional:
max_backups_to_retain
(Number) The maximum number of backups that each streaming session created from this launch profile can have.
mode
(String)stream_configuration.session_storage
Required:
mode
(List of String) Allows artists to upload files to their workstations. The only valid option is
UPLOAD
.
Optional:
root
(Attributes) The upload storage root location (folder) on streaming workstations where files are uploaded.
(see below for nested schema)stream_configuration.session_storage.root
Optional:
linux
(String) The folder path in Linux workstations where files are uploaded.
windows
(String) The folder path in Windows workstations where files are uploaded.
stream_configuration.volume_configuration
Optional:
iops
(Number) The number of I/O operations per second for the root volume that is attached to streaming session.
size
(Number) The size of the root volume that is attached to the streaming session. The root volume size is measured in GiBs.
throughput
(Number) The throughput to provision for the root volume that is attached to the streaming session. The throughput is measured in MiB/s.
Import is supported using the following syntax:
$ terraform import awscc_nimblestudio_launch_profile.example <resource ID>