--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_nimblestudio_launch_profile Resource - terraform-provider-awscc" subcategory: "" description: |- Represents a launch profile which delegates access to a collection of studio components to studio users --- # awscc_nimblestudio_launch_profile (Resource) Represents a launch profile which delegates access to a collection of studio components to studio users ## Schema ### Required - `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](#nestedatt--stream_configuration)) - `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.
### Optional - `description` (String)The description.
- `tags` (Map of String) ### Read-Only - `id` (String) Uniquely identifies the resource. - `launch_profile_id` (String) ### Nested Schema for `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.
- `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.
If the value is missing or 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 by AWS (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 by AWS (instead of terminated).
- `session_storage` (Attributes)The configuration for a streaming session’s upload storage.
(see [below for nested schema](#nestedatt--stream_configuration--session_storage)) - `streaming_image_ids` (List of String)The streaming images that users can select from when launching a streaming session with this launch profile.
### Nested Schema for `stream_configuration.session_storage` Required: - `mode` (List of String)Allows artists to upload files to their workstations. The only valid option is
UPLOAD
.
The upload storage root location (folder) on streaming workstations where files are uploaded.
(see [below for nested schema](#nestedatt--stream_configuration--session_storage--root)) ### Nested Schema for `stream_configuration.session_storage.root` Required: - `linux` (String)The folder path in Linux workstations where files are uploaded.
- `windows` (String)The folder path in Windows workstations where files are uploaded.
## Import Import is supported using the following syntax: ```shell $ terraform import awscc_nimblestudio_launch_profile.example