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

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

AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi

aws-native.nimblestudio.getLaunchProfile

Explore with Pulumi AI

aws-native logo

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

AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi

    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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:nimblestudio:getLaunchProfile
      arguments:
        # arguments dictionary

    The following arguments are supported:

    LaunchProfileId string
    The unique identifier for the launch profile resource.
    LaunchProfileId string
    The unique identifier for the launch profile resource.
    launchProfileId String
    The unique identifier for the launch profile resource.
    launchProfileId string
    The unique identifier for the launch profile resource.
    launch_profile_id str
    The unique identifier for the launch profile resource.
    launchProfileId String
    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.
    LaunchProfileId string
    The unique identifier for the launch profile resource.
    LaunchProfileProtocolVersions List<string>
    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.AwsNative.NimbleStudio.Outputs.LaunchProfileStreamConfiguration
    A configuration for a streaming session.
    StudioComponentIds List<string>
    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.
    LaunchProfileId string
    The unique identifier for the launch profile resource.
    LaunchProfileProtocolVersions []string
    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 LaunchProfileStreamConfiguration
    A configuration for a streaming session.
    StudioComponentIds []string
    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.
    launchProfileId String
    The unique identifier for the launch profile resource.
    launchProfileProtocolVersions List<String>
    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 LaunchProfileStreamConfiguration
    A configuration for a streaming session.
    studioComponentIds List<String>
    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.
    launchProfileId string
    The unique identifier for the launch profile resource.
    launchProfileProtocolVersions string[]
    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 LaunchProfileStreamConfiguration
    A configuration for a streaming session.
    studioComponentIds string[]
    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_id str
    The unique identifier for the launch profile resource.
    launch_profile_protocol_versions Sequence[str]
    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 LaunchProfileStreamConfiguration
    A configuration for a streaming session.
    studio_component_ids Sequence[str]
    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.
    launchProfileId String
    The unique identifier for the launch profile resource.
    launchProfileProtocolVersions List<String>
    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.
    studioComponentIds List<String>
    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.
    StreamingImageIds 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 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.
    StreamingImageIds []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 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.
    streamingImageIds 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 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.
    streamingImageIds 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 str
    Allows or deactivates the use of the system clipboard to copy and paste between the streaming session and streaming client.
    ec2_instance_types Sequence[str]
    The EC2 instance types that users can select from when launching a streaming session with this launch profile.
    streaming_image_ids 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 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.
    streamingImageIds 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

    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

    Mode 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 []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 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 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 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 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

    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

    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
    aws-native logo

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

    AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi