1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. nimblestudio
  5. LaunchProfile

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.nimblestudio.LaunchProfile

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

Resource Type definition for AWS::NimbleStudio::LaunchProfile

Create LaunchProfile Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new LaunchProfile(name: string, args: LaunchProfileArgs, opts?: CustomResourceOptions);
@overload
def LaunchProfile(resource_name: str,
                  args: LaunchProfileArgs,
                  opts: Optional[ResourceOptions] = None)

@overload
def LaunchProfile(resource_name: str,
                  opts: Optional[ResourceOptions] = None,
                  ec2_subnet_ids: Optional[Sequence[str]] = None,
                  launch_profile_protocol_versions: Optional[Sequence[str]] = None,
                  stream_configuration: Optional[LaunchProfileStreamConfigurationArgs] = None,
                  studio_component_ids: Optional[Sequence[str]] = None,
                  studio_id: Optional[str] = None,
                  description: Optional[str] = None,
                  name: Optional[str] = None,
                  tags: Optional[Mapping[str, str]] = None)
func NewLaunchProfile(ctx *Context, name string, args LaunchProfileArgs, opts ...ResourceOption) (*LaunchProfile, error)
public LaunchProfile(string name, LaunchProfileArgs args, CustomResourceOptions? opts = null)
public LaunchProfile(String name, LaunchProfileArgs args)
public LaunchProfile(String name, LaunchProfileArgs args, CustomResourceOptions options)
type: aws-native:nimblestudio:LaunchProfile
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. LaunchProfileArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. LaunchProfileArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. LaunchProfileArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. LaunchProfileArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. LaunchProfileArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

LaunchProfile Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The LaunchProfile resource accepts the following input properties:

Ec2SubnetIds This property is required. List<string>
Unique identifiers for a collection of EC2 subnets.
LaunchProfileProtocolVersions This property is required. List<string>
The version number of the protocol that is used by the launch profile. The only valid version is "2021-03-31".
StreamConfiguration This property is required. Pulumi.AwsNative.NimbleStudio.Inputs.LaunchProfileStreamConfiguration
A configuration for a streaming session.
StudioComponentIds This property is required. List<string>
Unique identifiers for a collection of studio components that can be used with this launch profile.
StudioId This property is required. string
The unique identifier for a studio resource. In Nimble Studio, all other resources are contained in a studio resource.
Description string
A human-readable description of the launch profile.
Name string
A friendly name for the launch profile.
Tags Dictionary<string, string>

An array of key-value pairs to apply to this resource.

For more information, see Tag .

Ec2SubnetIds This property is required. []string
Unique identifiers for a collection of EC2 subnets.
LaunchProfileProtocolVersions This property is required. []string
The version number of the protocol that is used by the launch profile. The only valid version is "2021-03-31".
StreamConfiguration This property is required. LaunchProfileStreamConfigurationArgs
A configuration for a streaming session.
StudioComponentIds This property is required. []string
Unique identifiers for a collection of studio components that can be used with this launch profile.
StudioId This property is required. string
The unique identifier for a studio resource. In Nimble Studio, all other resources are contained in a studio resource.
Description string
A human-readable description of the launch profile.
Name string
A friendly name for the launch profile.
Tags map[string]string

An array of key-value pairs to apply to this resource.

For more information, see Tag .

ec2SubnetIds This property is required. List<String>
Unique identifiers for a collection of EC2 subnets.
launchProfileProtocolVersions This property is required. List<String>
The version number of the protocol that is used by the launch profile. The only valid version is "2021-03-31".
streamConfiguration This property is required. LaunchProfileStreamConfiguration
A configuration for a streaming session.
studioComponentIds This property is required. List<String>
Unique identifiers for a collection of studio components that can be used with this launch profile.
studioId This property is required. String
The unique identifier for a studio resource. In Nimble Studio, all other resources are contained in a studio resource.
description String
A human-readable description of the launch profile.
name String
A friendly name for the launch profile.
tags Map<String,String>

An array of key-value pairs to apply to this resource.

For more information, see Tag .

ec2SubnetIds This property is required. string[]
Unique identifiers for a collection of EC2 subnets.
launchProfileProtocolVersions This property is required. string[]
The version number of the protocol that is used by the launch profile. The only valid version is "2021-03-31".
streamConfiguration This property is required. LaunchProfileStreamConfiguration
A configuration for a streaming session.
studioComponentIds This property is required. string[]
Unique identifiers for a collection of studio components that can be used with this launch profile.
studioId This property is required. string
The unique identifier for a studio resource. In Nimble Studio, all other resources are contained in a studio resource.
description string
A human-readable description of the launch profile.
name string
A friendly name for the launch profile.
tags {[key: string]: string}

An array of key-value pairs to apply to this resource.

For more information, see Tag .

ec2_subnet_ids This property is required. Sequence[str]
Unique identifiers for a collection of EC2 subnets.
launch_profile_protocol_versions This property is required. Sequence[str]
The version number of the protocol that is used by the launch profile. The only valid version is "2021-03-31".
stream_configuration This property is required. LaunchProfileStreamConfigurationArgs
A configuration for a streaming session.
studio_component_ids This property is required. Sequence[str]
Unique identifiers for a collection of studio components that can be used with this launch profile.
studio_id This property is required. str
The unique identifier for a studio resource. In Nimble Studio, all other resources are contained in a studio resource.
description str
A human-readable description of the launch profile.
name str
A friendly name for the launch profile.
tags Mapping[str, str]

An array of key-value pairs to apply to this resource.

For more information, see Tag .

ec2SubnetIds This property is required. List<String>
Unique identifiers for a collection of EC2 subnets.
launchProfileProtocolVersions This property is required. List<String>
The version number of the protocol that is used by the launch profile. The only valid version is "2021-03-31".
streamConfiguration This property is required. Property Map
A configuration for a streaming session.
studioComponentIds This property is required. List<String>
Unique identifiers for a collection of studio components that can be used with this launch profile.
studioId This property is required. String
The unique identifier for a studio resource. In Nimble Studio, all other resources are contained in a studio resource.
description String
A human-readable description of the launch profile.
name String
A friendly name for the launch profile.
tags Map<String>

An array of key-value pairs to apply to this resource.

For more information, see Tag .

Outputs

All input properties are implicitly available as output properties. Additionally, the LaunchProfile resource produces the following output properties:

Id string
The provider-assigned unique ID for this managed resource.
LaunchProfileId string
The unique identifier for the launch profile resource.
Id string
The provider-assigned unique ID for this managed resource.
LaunchProfileId string
The unique identifier for the launch profile resource.
id String
The provider-assigned unique ID for this managed resource.
launchProfileId String
The unique identifier for the launch profile resource.
id string
The provider-assigned unique ID for this managed resource.
launchProfileId string
The unique identifier for the launch profile resource.
id str
The provider-assigned unique ID for this managed resource.
launch_profile_id str
The unique identifier for the launch profile resource.
id String
The provider-assigned unique ID for this managed resource.
launchProfileId String
The unique identifier for the launch profile resource.

Supporting Types

LaunchProfileStreamConfiguration
, LaunchProfileStreamConfigurationArgs

ClipboardMode This property is required. string
Allows or deactivates the use of the system clipboard to copy and paste between the streaming session and streaming client.
Ec2InstanceTypes This property is required. List<string>
The EC2 instance types that users can select from when launching a streaming session with this launch profile.
StreamingImageIds This property is required. List<string>
The streaming images that users can select from when launching a streaming session with this launch profile.
AutomaticTerminationMode string

Indicates if a streaming session created from this launch profile should be terminated automatically or retained without termination after being in a STOPPED state.

  • When ACTIVATED , the streaming session is scheduled for termination after being in the STOPPED state for the time specified in maxStoppedSessionLengthInMinutes .
  • When DEACTIVATED , the streaming session can remain in the STOPPED state indefinitely.

This parameter is only allowed when sessionPersistenceMode is ACTIVATED . When allowed, the default value for this parameter is DEACTIVATED .

MaxSessionLengthInMinutes double
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.
MaxStoppedSessionLengthInMinutes double

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).

SessionBackup Pulumi.AwsNative.NimbleStudio.Inputs.LaunchProfileStreamConfigurationSessionBackup
Information about the streaming session backup.
SessionPersistenceMode string
Determine if a streaming session created from this launch profile can configure persistent storage. This means that volumeConfiguration and automaticTerminationMode are configured.
SessionStorage Pulumi.AwsNative.NimbleStudio.Inputs.LaunchProfileStreamConfigurationSessionStorage
The upload storage for a streaming session.
VolumeConfiguration Pulumi.AwsNative.NimbleStudio.Inputs.LaunchProfileVolumeConfiguration

Custom volume configuration for the root volumes that are attached to streaming sessions.

This parameter is only allowed when sessionPersistenceMode is ACTIVATED .

ClipboardMode This property is required. string
Allows or deactivates the use of the system clipboard to copy and paste between the streaming session and streaming client.
Ec2InstanceTypes This property is required. []string
The EC2 instance types that users can select from when launching a streaming session with this launch profile.
StreamingImageIds This property is required. []string
The streaming images that users can select from when launching a streaming session with this launch profile.
AutomaticTerminationMode string

Indicates if a streaming session created from this launch profile should be terminated automatically or retained without termination after being in a STOPPED state.

  • When ACTIVATED , the streaming session is scheduled for termination after being in the STOPPED state for the time specified in maxStoppedSessionLengthInMinutes .
  • When DEACTIVATED , the streaming session can remain in the STOPPED state indefinitely.

This parameter is only allowed when sessionPersistenceMode is ACTIVATED . When allowed, the default value for this parameter is DEACTIVATED .

MaxSessionLengthInMinutes float64
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.
MaxStoppedSessionLengthInMinutes float64

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).

SessionBackup LaunchProfileStreamConfigurationSessionBackup
Information about the streaming session backup.
SessionPersistenceMode string
Determine if a streaming session created from this launch profile can configure persistent storage. This means that volumeConfiguration and automaticTerminationMode are configured.
SessionStorage LaunchProfileStreamConfigurationSessionStorage
The upload storage for a streaming session.
VolumeConfiguration LaunchProfileVolumeConfiguration

Custom volume configuration for the root volumes that are attached to streaming sessions.

This parameter is only allowed when sessionPersistenceMode is ACTIVATED .

clipboardMode This property is required. String
Allows or deactivates the use of the system clipboard to copy and paste between the streaming session and streaming client.
ec2InstanceTypes This property is required. List<String>
The EC2 instance types that users can select from when launching a streaming session with this launch profile.
streamingImageIds This property is required. List<String>
The streaming images that users can select from when launching a streaming session with this launch profile.
automaticTerminationMode String

Indicates if a streaming session created from this launch profile should be terminated automatically or retained without termination after being in a STOPPED state.

  • When ACTIVATED , the streaming session is scheduled for termination after being in the STOPPED state for the time specified in maxStoppedSessionLengthInMinutes .
  • When DEACTIVATED , the streaming session can remain in the STOPPED state indefinitely.

This parameter is only allowed when sessionPersistenceMode is ACTIVATED . When allowed, the default value for this parameter is DEACTIVATED .

maxSessionLengthInMinutes Double
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.
maxStoppedSessionLengthInMinutes Double

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).

sessionBackup LaunchProfileStreamConfigurationSessionBackup
Information about the streaming session backup.
sessionPersistenceMode String
Determine if a streaming session created from this launch profile can configure persistent storage. This means that volumeConfiguration and automaticTerminationMode are configured.
sessionStorage LaunchProfileStreamConfigurationSessionStorage
The upload storage for a streaming session.
volumeConfiguration LaunchProfileVolumeConfiguration

Custom volume configuration for the root volumes that are attached to streaming sessions.

This parameter is only allowed when sessionPersistenceMode is ACTIVATED .

clipboardMode This property is required. string
Allows or deactivates the use of the system clipboard to copy and paste between the streaming session and streaming client.
ec2InstanceTypes This property is required. string[]
The EC2 instance types that users can select from when launching a streaming session with this launch profile.
streamingImageIds This property is required. string[]
The streaming images that users can select from when launching a streaming session with this launch profile.
automaticTerminationMode string

Indicates if a streaming session created from this launch profile should be terminated automatically or retained without termination after being in a STOPPED state.

  • When ACTIVATED , the streaming session is scheduled for termination after being in the STOPPED state for the time specified in maxStoppedSessionLengthInMinutes .
  • When DEACTIVATED , the streaming session can remain in the STOPPED state indefinitely.

This parameter is only allowed when sessionPersistenceMode is ACTIVATED . When allowed, the default value for this parameter is DEACTIVATED .

maxSessionLengthInMinutes 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.
maxStoppedSessionLengthInMinutes 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).

sessionBackup LaunchProfileStreamConfigurationSessionBackup
Information about the streaming session backup.
sessionPersistenceMode string
Determine if a streaming session created from this launch profile can configure persistent storage. This means that volumeConfiguration and automaticTerminationMode are configured.
sessionStorage LaunchProfileStreamConfigurationSessionStorage
The upload storage for a streaming session.
volumeConfiguration LaunchProfileVolumeConfiguration

Custom volume configuration for the root volumes that are attached to streaming sessions.

This parameter is only allowed when sessionPersistenceMode is ACTIVATED .

clipboard_mode This property is required. str
Allows or deactivates the use of the system clipboard to copy and paste between the streaming session and streaming client.
ec2_instance_types This property is required. Sequence[str]
The EC2 instance types that users can select from when launching a streaming session with this launch profile.
streaming_image_ids This property is required. Sequence[str]
The streaming images that users can select from when launching a streaming session with this launch profile.
automatic_termination_mode str

Indicates if a streaming session created from this launch profile should be terminated automatically or retained without termination after being in a STOPPED state.

  • When ACTIVATED , the streaming session is scheduled for termination after being in the STOPPED state for the time specified in maxStoppedSessionLengthInMinutes .
  • When DEACTIVATED , the streaming session can remain in the STOPPED state indefinitely.

This parameter is only allowed when sessionPersistenceMode is ACTIVATED . When allowed, the default value for this parameter is DEACTIVATED .

max_session_length_in_minutes float
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 float

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 LaunchProfileStreamConfigurationSessionBackup
Information about the streaming session backup.
session_persistence_mode str
Determine if a streaming session created from this launch profile can configure persistent storage. This means that volumeConfiguration and automaticTerminationMode are configured.
session_storage LaunchProfileStreamConfigurationSessionStorage
The upload storage for a streaming session.
volume_configuration LaunchProfileVolumeConfiguration

Custom volume configuration for the root volumes that are attached to streaming sessions.

This parameter is only allowed when sessionPersistenceMode is ACTIVATED .

clipboardMode This property is required. String
Allows or deactivates the use of the system clipboard to copy and paste between the streaming session and streaming client.
ec2InstanceTypes This property is required. List<String>
The EC2 instance types that users can select from when launching a streaming session with this launch profile.
streamingImageIds This property is required. List<String>
The streaming images that users can select from when launching a streaming session with this launch profile.
automaticTerminationMode String

Indicates if a streaming session created from this launch profile should be terminated automatically or retained without termination after being in a STOPPED state.

  • When ACTIVATED , the streaming session is scheduled for termination after being in the STOPPED state for the time specified in maxStoppedSessionLengthInMinutes .
  • When DEACTIVATED , the streaming session can remain in the STOPPED state indefinitely.

This parameter is only allowed when sessionPersistenceMode is ACTIVATED . When allowed, the default value for this parameter is DEACTIVATED .

maxSessionLengthInMinutes 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.
maxStoppedSessionLengthInMinutes 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).

sessionBackup Property Map
Information about the streaming session backup.
sessionPersistenceMode String
Determine if a streaming session created from this launch profile can configure persistent storage. This means that volumeConfiguration and automaticTerminationMode are configured.
sessionStorage Property Map
The upload storage for a streaming session.
volumeConfiguration Property Map

Custom volume configuration for the root volumes that are attached to streaming sessions.

This parameter is only allowed when sessionPersistenceMode is ACTIVATED .

LaunchProfileStreamConfigurationSessionBackup
, LaunchProfileStreamConfigurationSessionBackupArgs

MaxBackupsToRetain double
The maximum number of backups that each streaming session created from this launch profile can have.
Mode string

Specifies how artists sessions are backed up.

Configures backups for streaming sessions launched with this launch profile. The default value is DEACTIVATED , which means that backups are deactivated. To allow backups, set this value to AUTOMATIC .

MaxBackupsToRetain float64
The maximum number of backups that each streaming session created from this launch profile can have.
Mode string

Specifies how artists sessions are backed up.

Configures backups for streaming sessions launched with this launch profile. The default value is DEACTIVATED , which means that backups are deactivated. To allow backups, set this value to AUTOMATIC .

maxBackupsToRetain Double
The maximum number of backups that each streaming session created from this launch profile can have.
mode String

Specifies how artists sessions are backed up.

Configures backups for streaming sessions launched with this launch profile. The default value is DEACTIVATED , which means that backups are deactivated. To allow backups, set this value to AUTOMATIC .

maxBackupsToRetain number
The maximum number of backups that each streaming session created from this launch profile can have.
mode string

Specifies how artists sessions are backed up.

Configures backups for streaming sessions launched with this launch profile. The default value is DEACTIVATED , which means that backups are deactivated. To allow backups, set this value to AUTOMATIC .

max_backups_to_retain float
The maximum number of backups that each streaming session created from this launch profile can have.
mode str

Specifies how artists sessions are backed up.

Configures backups for streaming sessions launched with this launch profile. The default value is DEACTIVATED , which means that backups are deactivated. To allow backups, set this value to AUTOMATIC .

maxBackupsToRetain Number
The maximum number of backups that each streaming session created from this launch profile can have.
mode String

Specifies how artists sessions are backed up.

Configures backups for streaming sessions launched with this launch profile. The default value is DEACTIVATED , which means that backups are deactivated. To allow backups, set this value to AUTOMATIC .

LaunchProfileStreamConfigurationSessionStorage
, LaunchProfileStreamConfigurationSessionStorageArgs

Mode This property is required. List<string>
Allows artists to upload files to their workstations. The only valid option is UPLOAD .
Root Pulumi.AwsNative.NimbleStudio.Inputs.LaunchProfileStreamingSessionStorageRoot
The configuration for the upload storage root of the streaming session.
Mode This property is required. []string
Allows artists to upload files to their workstations. The only valid option is UPLOAD .
Root LaunchProfileStreamingSessionStorageRoot
The configuration for the upload storage root of the streaming session.
mode This property is required. List<String>
Allows artists to upload files to their workstations. The only valid option is UPLOAD .
root LaunchProfileStreamingSessionStorageRoot
The configuration for the upload storage root of the streaming session.
mode This property is required. string[]
Allows artists to upload files to their workstations. The only valid option is UPLOAD .
root LaunchProfileStreamingSessionStorageRoot
The configuration for the upload storage root of the streaming session.
mode This property is required. Sequence[str]
Allows artists to upload files to their workstations. The only valid option is UPLOAD .
root LaunchProfileStreamingSessionStorageRoot
The configuration for the upload storage root of the streaming session.
mode This property is required. List<String>
Allows artists to upload files to their workstations. The only valid option is UPLOAD .
root Property Map
The configuration for the upload storage root of the streaming session.

LaunchProfileStreamingSessionStorageRoot
, LaunchProfileStreamingSessionStorageRootArgs

Linux string
The folder path in Linux workstations where files are uploaded.
Windows string
The folder path in Windows workstations where files are uploaded.
Linux string
The folder path in Linux workstations where files are uploaded.
Windows string
The folder path in Windows workstations where files are uploaded.
linux String
The folder path in Linux workstations where files are uploaded.
windows String
The folder path in Windows workstations where files are uploaded.
linux string
The folder path in Linux workstations where files are uploaded.
windows string
The folder path in Windows workstations where files are uploaded.
linux str
The folder path in Linux workstations where files are uploaded.
windows str
The folder path in Windows workstations where files are uploaded.
linux String
The folder path in Linux workstations where files are uploaded.
windows String
The folder path in Windows workstations where files are uploaded.

LaunchProfileVolumeConfiguration
, LaunchProfileVolumeConfigurationArgs

Iops double
The number of I/O operations per second for the root volume that is attached to streaming session.
Size double
The size of the root volume that is attached to the streaming session. The root volume size is measured in GiBs.
Throughput double
The throughput to provision for the root volume that is attached to the streaming session. The throughput is measured in MiB/s.
Iops float64
The number of I/O operations per second for the root volume that is attached to streaming session.
Size float64
The size of the root volume that is attached to the streaming session. The root volume size is measured in GiBs.
Throughput float64
The throughput to provision for the root volume that is attached to the streaming session. The throughput is measured in MiB/s.
iops Double
The number of I/O operations per second for the root volume that is attached to streaming session.
size Double
The size of the root volume that is attached to the streaming session. The root volume size is measured in GiBs.
throughput Double
The throughput to provision for the root volume that is attached to the streaming session. The throughput is measured in MiB/s.
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.
iops float
The number of I/O operations per second for the root volume that is attached to streaming session.
size float
The size of the root volume that is attached to the streaming session. The root volume size is measured in GiBs.
throughput float
The throughput to provision for the root volume that is attached to the streaming session. The throughput is measured in MiB/s.
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.

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi