We recommend new projects start with resources from the AWS provider.
aws-native.nimblestudio.getLaunchProfile
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Resource Type definition for AWS::NimbleStudio::LaunchProfile
Using getLaunchProfile
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getLaunchProfile(args: GetLaunchProfileArgs, opts?: InvokeOptions): Promise<GetLaunchProfileResult>
function getLaunchProfileOutput(args: GetLaunchProfileOutputArgs, opts?: InvokeOptions): Output<GetLaunchProfileResult>def get_launch_profile(launch_profile_id: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetLaunchProfileResult
def get_launch_profile_output(launch_profile_id: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetLaunchProfileResult]func LookupLaunchProfile(ctx *Context, args *LookupLaunchProfileArgs, opts ...InvokeOption) (*LookupLaunchProfileResult, error)
func LookupLaunchProfileOutput(ctx *Context, args *LookupLaunchProfileOutputArgs, opts ...InvokeOption) LookupLaunchProfileResultOutput> Note: This function is named LookupLaunchProfile in the Go SDK.
public static class GetLaunchProfile 
{
    public static Task<GetLaunchProfileResult> InvokeAsync(GetLaunchProfileArgs args, InvokeOptions? opts = null)
    public static Output<GetLaunchProfileResult> Invoke(GetLaunchProfileInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetLaunchProfileResult> getLaunchProfile(GetLaunchProfileArgs args, InvokeOptions options)
public static Output<GetLaunchProfileResult> getLaunchProfile(GetLaunchProfileArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:nimblestudio:getLaunchProfile
  arguments:
    # arguments dictionaryThe following arguments are supported:
- LaunchProfile stringId 
- The unique identifier for the launch profile resource.
- LaunchProfile stringId 
- The unique identifier for the launch profile resource.
- launchProfile StringId 
- The unique identifier for the launch profile resource.
- launchProfile stringId 
- The unique identifier for the launch profile resource.
- launch_profile_ strid 
- The unique identifier for the launch profile resource.
- launchProfile StringId 
- The unique identifier for the launch profile resource.
getLaunchProfile Result
The following output properties are available:
- Description string
- A human-readable description of the launch profile.
- LaunchProfile stringId 
- The unique identifier for the launch profile resource.
- LaunchProfile List<string>Protocol Versions 
- The version number of the protocol that is used by the launch profile. The only valid version is "2021-03-31".
- Name string
- A friendly name for the launch profile.
- StreamConfiguration Pulumi.Aws Native. Nimble Studio. Outputs. Launch Profile Stream Configuration 
- A configuration for a streaming session.
- StudioComponent List<string>Ids 
- Unique identifiers for a collection of studio components that can be used with this launch profile.
- Description string
- A human-readable description of the launch profile.
- LaunchProfile stringId 
- The unique identifier for the launch profile resource.
- LaunchProfile []stringProtocol Versions 
- The version number of the protocol that is used by the launch profile. The only valid version is "2021-03-31".
- Name string
- A friendly name for the launch profile.
- StreamConfiguration LaunchProfile Stream Configuration 
- A configuration for a streaming session.
- StudioComponent []stringIds 
- Unique identifiers for a collection of studio components that can be used with this launch profile.
- description String
- A human-readable description of the launch profile.
- launchProfile StringId 
- The unique identifier for the launch profile resource.
- launchProfile List<String>Protocol Versions 
- The version number of the protocol that is used by the launch profile. The only valid version is "2021-03-31".
- name String
- A friendly name for the launch profile.
- streamConfiguration LaunchProfile Stream Configuration 
- A configuration for a streaming session.
- studioComponent List<String>Ids 
- Unique identifiers for a collection of studio components that can be used with this launch profile.
- description string
- A human-readable description of the launch profile.
- launchProfile stringId 
- The unique identifier for the launch profile resource.
- launchProfile string[]Protocol Versions 
- The version number of the protocol that is used by the launch profile. The only valid version is "2021-03-31".
- name string
- A friendly name for the launch profile.
- streamConfiguration LaunchProfile Stream Configuration 
- A configuration for a streaming session.
- studioComponent string[]Ids 
- Unique identifiers for a collection of studio components that can be used with this launch profile.
- description str
- A human-readable description of the launch profile.
- launch_profile_ strid 
- The unique identifier for the launch profile resource.
- launch_profile_ Sequence[str]protocol_ versions 
- The version number of the protocol that is used by the launch profile. The only valid version is "2021-03-31".
- name str
- A friendly name for the launch profile.
- stream_configuration LaunchProfile Stream Configuration 
- A configuration for a streaming session.
- studio_component_ Sequence[str]ids 
- Unique identifiers for a collection of studio components that can be used with this launch profile.
- description String
- A human-readable description of the launch profile.
- launchProfile StringId 
- The unique identifier for the launch profile resource.
- launchProfile List<String>Protocol Versions 
- The version number of the protocol that is used by the launch profile. The only valid version is "2021-03-31".
- name String
- A friendly name for the launch profile.
- streamConfiguration Property Map
- A configuration for a streaming session.
- studioComponent List<String>Ids 
- Unique identifiers for a collection of studio components that can be used with this launch profile.
Supporting Types
LaunchProfileStreamConfiguration   
- ClipboardMode string
- Allows or deactivates the use of the system clipboard to copy and paste between the streaming session and streaming client.
- Ec2InstanceTypes List<string>
- The EC2 instance types that users can select from when launching a streaming session with this launch profile.
- StreamingImage List<string>Ids 
- The streaming images that users can select from when launching a streaming session with this launch profile.
- AutomaticTermination stringMode 
- Indicates if a streaming session created from this launch profile should be terminated automatically or retained without termination after being in a - STOPPEDstate.- When ACTIVATED, the streaming session is scheduled for termination after being in theSTOPPEDstate for the time specified inmaxStoppedSessionLengthInMinutes.
- When DEACTIVATED, the streaming session can remain in theSTOPPEDstate indefinitely.
 - This parameter is only allowed when - sessionPersistenceModeis- ACTIVATED. When allowed, the default value for this parameter is- DEACTIVATED.
- When 
- MaxSession doubleLength In Minutes 
- 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.
- MaxStopped doubleSession Length In Minutes 
- Integer that determines if you can start and stop your sessions and how long a session can stay in the - STOPPEDstate. The default value is 0. The maximum value is 5760.- This field is allowed only when - sessionPersistenceModeis- ACTIVATEDand- automaticTerminationModeis- 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- READYstate exceeds the- maxSessionLengthInMinutesvalue, 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 - StopStreamingSessionto stop sessions in the- READYstate. If the time that a session stays in the- READYstate exceeds the- maxSessionLengthInMinutesvalue, the session will automatically be stopped (instead of terminated).
- SessionBackup Pulumi.Aws Native. Nimble Studio. Inputs. Launch Profile Stream Configuration Session Backup 
- Information about the streaming session backup.
- SessionPersistence stringMode 
- Determine if a streaming session created from this launch profile can configure persistent storage. This means that volumeConfigurationandautomaticTerminationModeare configured.
- SessionStorage Pulumi.Aws Native. Nimble Studio. Inputs. Launch Profile Stream Configuration Session Storage 
- The upload storage for a streaming session.
- VolumeConfiguration Pulumi.Aws Native. Nimble Studio. Inputs. Launch Profile Volume Configuration 
- Custom volume configuration for the root volumes that are attached to streaming sessions. - This parameter is only allowed when - sessionPersistenceModeis- ACTIVATED.
- ClipboardMode string
- Allows or deactivates the use of the system clipboard to copy and paste between the streaming session and streaming client.
- Ec2InstanceTypes []string
- The EC2 instance types that users can select from when launching a streaming session with this launch profile.
- StreamingImage []stringIds 
- The streaming images that users can select from when launching a streaming session with this launch profile.
- AutomaticTermination stringMode 
- Indicates if a streaming session created from this launch profile should be terminated automatically or retained without termination after being in a - STOPPEDstate.- When ACTIVATED, the streaming session is scheduled for termination after being in theSTOPPEDstate for the time specified inmaxStoppedSessionLengthInMinutes.
- When DEACTIVATED, the streaming session can remain in theSTOPPEDstate indefinitely.
 - This parameter is only allowed when - sessionPersistenceModeis- ACTIVATED. When allowed, the default value for this parameter is- DEACTIVATED.
- When 
- MaxSession float64Length In Minutes 
- 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.
- MaxStopped float64Session Length In Minutes 
- Integer that determines if you can start and stop your sessions and how long a session can stay in the - STOPPEDstate. The default value is 0. The maximum value is 5760.- This field is allowed only when - sessionPersistenceModeis- ACTIVATEDand- automaticTerminationModeis- 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- READYstate exceeds the- maxSessionLengthInMinutesvalue, 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 - StopStreamingSessionto stop sessions in the- READYstate. If the time that a session stays in the- READYstate exceeds the- maxSessionLengthInMinutesvalue, the session will automatically be stopped (instead of terminated).
- SessionBackup LaunchProfile Stream Configuration Session Backup 
- Information about the streaming session backup.
- SessionPersistence stringMode 
- Determine if a streaming session created from this launch profile can configure persistent storage. This means that volumeConfigurationandautomaticTerminationModeare configured.
- SessionStorage LaunchProfile Stream Configuration Session Storage 
- The upload storage for a streaming session.
- VolumeConfiguration LaunchProfile Volume Configuration 
- Custom volume configuration for the root volumes that are attached to streaming sessions. - This parameter is only allowed when - sessionPersistenceModeis- ACTIVATED.
- clipboardMode String
- Allows or deactivates the use of the system clipboard to copy and paste between the streaming session and streaming client.
- ec2InstanceTypes List<String>
- The EC2 instance types that users can select from when launching a streaming session with this launch profile.
- streamingImage List<String>Ids 
- The streaming images that users can select from when launching a streaming session with this launch profile.
- automaticTermination StringMode 
- Indicates if a streaming session created from this launch profile should be terminated automatically or retained without termination after being in a - STOPPEDstate.- When ACTIVATED, the streaming session is scheduled for termination after being in theSTOPPEDstate for the time specified inmaxStoppedSessionLengthInMinutes.
- When DEACTIVATED, the streaming session can remain in theSTOPPEDstate indefinitely.
 - This parameter is only allowed when - sessionPersistenceModeis- ACTIVATED. When allowed, the default value for this parameter is- DEACTIVATED.
- When 
- maxSession DoubleLength In Minutes 
- 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.
- maxStopped DoubleSession Length In Minutes 
- Integer that determines if you can start and stop your sessions and how long a session can stay in the - STOPPEDstate. The default value is 0. The maximum value is 5760.- This field is allowed only when - sessionPersistenceModeis- ACTIVATEDand- automaticTerminationModeis- 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- READYstate exceeds the- maxSessionLengthInMinutesvalue, 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 - StopStreamingSessionto stop sessions in the- READYstate. If the time that a session stays in the- READYstate exceeds the- maxSessionLengthInMinutesvalue, the session will automatically be stopped (instead of terminated).
- sessionBackup LaunchProfile Stream Configuration Session Backup 
- Information about the streaming session backup.
- sessionPersistence StringMode 
- Determine if a streaming session created from this launch profile can configure persistent storage. This means that volumeConfigurationandautomaticTerminationModeare configured.
- sessionStorage LaunchProfile Stream Configuration Session Storage 
- The upload storage for a streaming session.
- volumeConfiguration LaunchProfile Volume Configuration 
- Custom volume configuration for the root volumes that are attached to streaming sessions. - This parameter is only allowed when - sessionPersistenceModeis- ACTIVATED.
- clipboardMode string
- Allows or deactivates the use of the system clipboard to copy and paste between the streaming session and streaming client.
- ec2InstanceTypes string[]
- The EC2 instance types that users can select from when launching a streaming session with this launch profile.
- streamingImage string[]Ids 
- The streaming images that users can select from when launching a streaming session with this launch profile.
- automaticTermination stringMode 
- Indicates if a streaming session created from this launch profile should be terminated automatically or retained without termination after being in a - STOPPEDstate.- When ACTIVATED, the streaming session is scheduled for termination after being in theSTOPPEDstate for the time specified inmaxStoppedSessionLengthInMinutes.
- When DEACTIVATED, the streaming session can remain in theSTOPPEDstate indefinitely.
 - This parameter is only allowed when - sessionPersistenceModeis- ACTIVATED. When allowed, the default value for this parameter is- DEACTIVATED.
- When 
- maxSession numberLength In Minutes 
- 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.
- maxStopped numberSession Length In Minutes 
- Integer that determines if you can start and stop your sessions and how long a session can stay in the - STOPPEDstate. The default value is 0. The maximum value is 5760.- This field is allowed only when - sessionPersistenceModeis- ACTIVATEDand- automaticTerminationModeis- 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- READYstate exceeds the- maxSessionLengthInMinutesvalue, 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 - StopStreamingSessionto stop sessions in the- READYstate. If the time that a session stays in the- READYstate exceeds the- maxSessionLengthInMinutesvalue, the session will automatically be stopped (instead of terminated).
- sessionBackup LaunchProfile Stream Configuration Session Backup 
- Information about the streaming session backup.
- sessionPersistence stringMode 
- Determine if a streaming session created from this launch profile can configure persistent storage. This means that volumeConfigurationandautomaticTerminationModeare configured.
- sessionStorage LaunchProfile Stream Configuration Session Storage 
- The upload storage for a streaming session.
- volumeConfiguration LaunchProfile Volume Configuration 
- Custom volume configuration for the root volumes that are attached to streaming sessions. - This parameter is only allowed when - sessionPersistenceModeis- ACTIVATED.
- clipboard_mode str
- Allows or deactivates the use of the system clipboard to copy and paste between the streaming session and streaming client.
- ec2_instance_ Sequence[str]types 
- The EC2 instance types that users can select from when launching a streaming session with this launch profile.
- streaming_image_ Sequence[str]ids 
- The streaming images that users can select from when launching a streaming session with this launch profile.
- automatic_termination_ strmode 
- Indicates if a streaming session created from this launch profile should be terminated automatically or retained without termination after being in a - STOPPEDstate.- When ACTIVATED, the streaming session is scheduled for termination after being in theSTOPPEDstate for the time specified inmaxStoppedSessionLengthInMinutes.
- When DEACTIVATED, the streaming session can remain in theSTOPPEDstate indefinitely.
 - This parameter is only allowed when - sessionPersistenceModeis- ACTIVATED. When allowed, the default value for this parameter is- DEACTIVATED.
- When 
- max_session_ floatlength_ in_ minutes 
- 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_ floatsession_ length_ in_ minutes 
- Integer that determines if you can start and stop your sessions and how long a session can stay in the - STOPPEDstate. The default value is 0. The maximum value is 5760.- This field is allowed only when - sessionPersistenceModeis- ACTIVATEDand- automaticTerminationModeis- 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- READYstate exceeds the- maxSessionLengthInMinutesvalue, 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 - StopStreamingSessionto stop sessions in the- READYstate. If the time that a session stays in the- READYstate exceeds the- maxSessionLengthInMinutesvalue, the session will automatically be stopped (instead of terminated).
- session_backup LaunchProfile Stream Configuration Session Backup 
- Information about the streaming session backup.
- session_persistence_ strmode 
- Determine if a streaming session created from this launch profile can configure persistent storage. This means that volumeConfigurationandautomaticTerminationModeare configured.
- session_storage LaunchProfile Stream Configuration Session Storage 
- The upload storage for a streaming session.
- volume_configuration LaunchProfile Volume Configuration 
- Custom volume configuration for the root volumes that are attached to streaming sessions. - This parameter is only allowed when - sessionPersistenceModeis- ACTIVATED.
- clipboardMode String
- Allows or deactivates the use of the system clipboard to copy and paste between the streaming session and streaming client.
- ec2InstanceTypes List<String>
- The EC2 instance types that users can select from when launching a streaming session with this launch profile.
- streamingImage List<String>Ids 
- The streaming images that users can select from when launching a streaming session with this launch profile.
- automaticTermination StringMode 
- Indicates if a streaming session created from this launch profile should be terminated automatically or retained without termination after being in a - STOPPEDstate.- When ACTIVATED, the streaming session is scheduled for termination after being in theSTOPPEDstate for the time specified inmaxStoppedSessionLengthInMinutes.
- When DEACTIVATED, the streaming session can remain in theSTOPPEDstate indefinitely.
 - This parameter is only allowed when - sessionPersistenceModeis- ACTIVATED. When allowed, the default value for this parameter is- DEACTIVATED.
- When 
- maxSession NumberLength In Minutes 
- 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.
- maxStopped NumberSession Length In Minutes 
- Integer that determines if you can start and stop your sessions and how long a session can stay in the - STOPPEDstate. The default value is 0. The maximum value is 5760.- This field is allowed only when - sessionPersistenceModeis- ACTIVATEDand- automaticTerminationModeis- 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- READYstate exceeds the- maxSessionLengthInMinutesvalue, 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 - StopStreamingSessionto stop sessions in the- READYstate. If the time that a session stays in the- READYstate exceeds the- maxSessionLengthInMinutesvalue, the session will automatically be stopped (instead of terminated).
- sessionBackup Property Map
- Information about the streaming session backup.
- sessionPersistence StringMode 
- Determine if a streaming session created from this launch profile can configure persistent storage. This means that volumeConfigurationandautomaticTerminationModeare 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 - sessionPersistenceModeis- ACTIVATED.
LaunchProfileStreamConfigurationSessionBackup     
- MaxBackups doubleTo Retain 
- 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.
- MaxBackups float64To Retain 
- 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.
- maxBackups DoubleTo Retain 
- 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.
- maxBackups numberTo Retain 
- 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_ floatto_ retain 
- 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.
- maxBackups NumberTo Retain 
- 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     
- Mode List<string>
- Allows artists to upload files to their workstations. The only valid option is UPLOAD.
- Root
Pulumi.Aws Native. Nimble Studio. Inputs. Launch Profile Streaming Session Storage Root 
- The configuration for the upload storage root of the streaming session.
- Mode []string
- Allows artists to upload files to their workstations. The only valid option is UPLOAD.
- Root
LaunchProfile Streaming Session Storage Root 
- The configuration for the upload storage root of the streaming session.
- mode List<String>
- Allows artists to upload files to their workstations. The only valid option is UPLOAD.
- root
LaunchProfile Streaming Session Storage Root 
- The configuration for the upload storage root of the streaming session.
- mode string[]
- Allows artists to upload files to their workstations. The only valid option is UPLOAD.
- root
LaunchProfile Streaming Session Storage Root 
- The configuration for the upload storage root of the streaming session.
- mode Sequence[str]
- Allows artists to upload files to their workstations. The only valid option is UPLOAD.
- root
LaunchProfile Streaming Session Storage Root 
- The configuration for the upload storage root of the streaming session.
- mode 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     
LaunchProfileVolumeConfiguration   
- 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.