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.
Represents a launch profile which delegates access to a collection of studio components to studio users
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,
studio_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetLaunchProfileResult
def get_launch_profile_output(launch_profile_id: Optional[pulumi.Input[str]] = None,
studio_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:
- Launch
Profile stringId - The unique identifier for the launch profile resource.
- Studio
Id string
- Launch
Profile stringId - The unique identifier for the launch profile resource.
- Studio
Id string
- launch
Profile StringId - The unique identifier for the launch profile resource.
- studio
Id String
- launch
Profile stringId - The unique identifier for the launch profile resource.
- studio
Id string
- launch_
profile_ strid - The unique identifier for the launch profile resource.
- studio_
id str
- launch
Profile StringId - The unique identifier for the launch profile resource.
- studio
Id String
getLaunchProfile Result
The following output properties are available:
- Description string
- Launch
Profile stringId - The unique identifier for the launch profile resource.
- Launch
Profile List<string>Protocol Versions - Name string
- Stream
Configuration Pulumi.Aws Native. Nimble Studio. Outputs. Launch Profile Stream Configuration - A configuration for a streaming session.
- Studio
Component List<string>Ids
- Description string
- Launch
Profile stringId - The unique identifier for the launch profile resource.
- Launch
Profile []stringProtocol Versions - Name string
- Stream
Configuration LaunchProfile Stream Configuration - A configuration for a streaming session.
- Studio
Component []stringIds
- description String
- launch
Profile StringId - The unique identifier for the launch profile resource.
- launch
Profile List<String>Protocol Versions - name String
- stream
Configuration LaunchProfile Stream Configuration - A configuration for a streaming session.
- studio
Component List<String>Ids
- description string
- launch
Profile stringId - The unique identifier for the launch profile resource.
- launch
Profile string[]Protocol Versions - name string
- stream
Configuration LaunchProfile Stream Configuration - A configuration for a streaming session.
- studio
Component string[]Ids
- description str
- launch_
profile_ strid - The unique identifier for the launch profile resource.
- launch_
profile_ Sequence[str]protocol_ versions - name str
- stream_
configuration LaunchProfile Stream Configuration - A configuration for a streaming session.
- studio_
component_ Sequence[str]ids
- description String
- launch
Profile StringId - The unique identifier for the launch profile resource.
- launch
Profile List<String>Protocol Versions - name String
- stream
Configuration Property Map - A configuration for a streaming session.
- studio
Component List<String>Ids
Supporting Types
LaunchProfileAutomaticTerminationMode
LaunchProfileSessionBackupMode
LaunchProfileSessionPersistenceMode
LaunchProfileStreamConfiguration
- Clipboard
Mode Pulumi.Aws Native. Nimble Studio. Launch Profile Streaming Clipboard Mode - Allows or deactivates the use of the system clipboard to copy and paste between the streaming session and streaming client.
- Ec2Instance
Types List<Pulumi.Aws Native. Nimble Studio. Launch Profile Streaming Instance Type> - Streaming
Image List<string>Ids - Automatic
Termination Pulumi.Mode Aws Native. Nimble Studio. Launch Profile Automatic Termination Mode 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 theSTOPPED
state for the time specified inmaxStoppedSessionLengthInMinutes
. - When
DEACTIVATED
, the streaming session can remain in theSTOPPED
state indefinitely.
This parameter is only allowed when
sessionPersistenceMode
isACTIVATED
. When allowed, the default value for this parameter isDEACTIVATED
.- When
- Max
Session doubleLength In Minutes - Max
Stopped doubleSession Length In Minutes - Session
Backup Pulumi.Aws Native. Nimble Studio. Inputs. Launch Profile Stream Configuration Session Backup - Information about the streaming session backup.
- Session
Persistence Pulumi.Mode Aws Native. Nimble Studio. Launch Profile Session Persistence Mode - Determine if a streaming session created from this launch profile can configure persistent storage. This means that
volumeConfiguration
andautomaticTerminationMode
are configured. - Session
Storage Pulumi.Aws Native. Nimble Studio. Inputs. Launch Profile Stream Configuration Session Storage - The upload storage for a streaming session.
- Volume
Configuration 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
sessionPersistenceMode
isACTIVATED
.
- Clipboard
Mode LaunchProfile Streaming Clipboard Mode - Allows or deactivates the use of the system clipboard to copy and paste between the streaming session and streaming client.
- Ec2Instance
Types []LaunchProfile Streaming Instance Type - Streaming
Image []stringIds - Automatic
Termination LaunchMode Profile Automatic Termination Mode 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 theSTOPPED
state for the time specified inmaxStoppedSessionLengthInMinutes
. - When
DEACTIVATED
, the streaming session can remain in theSTOPPED
state indefinitely.
This parameter is only allowed when
sessionPersistenceMode
isACTIVATED
. When allowed, the default value for this parameter isDEACTIVATED
.- When
- Max
Session float64Length In Minutes - Max
Stopped float64Session Length In Minutes - Session
Backup LaunchProfile Stream Configuration Session Backup - Information about the streaming session backup.
- Session
Persistence LaunchMode Profile Session Persistence Mode - Determine if a streaming session created from this launch profile can configure persistent storage. This means that
volumeConfiguration
andautomaticTerminationMode
are 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
sessionPersistenceMode
isACTIVATED
.
- clipboard
Mode LaunchProfile Streaming Clipboard Mode - Allows or deactivates the use of the system clipboard to copy and paste between the streaming session and streaming client.
- ec2Instance
Types List<LaunchProfile Streaming Instance Type> - streaming
Image List<String>Ids - automatic
Termination LaunchMode Profile Automatic Termination Mode 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 theSTOPPED
state for the time specified inmaxStoppedSessionLengthInMinutes
. - When
DEACTIVATED
, the streaming session can remain in theSTOPPED
state indefinitely.
This parameter is only allowed when
sessionPersistenceMode
isACTIVATED
. When allowed, the default value for this parameter isDEACTIVATED
.- When
- max
Session DoubleLength In Minutes - max
Stopped DoubleSession Length In Minutes - session
Backup LaunchProfile Stream Configuration Session Backup - Information about the streaming session backup.
- session
Persistence LaunchMode Profile Session Persistence Mode - Determine if a streaming session created from this launch profile can configure persistent storage. This means that
volumeConfiguration
andautomaticTerminationMode
are 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
sessionPersistenceMode
isACTIVATED
.
- clipboard
Mode LaunchProfile Streaming Clipboard Mode - Allows or deactivates the use of the system clipboard to copy and paste between the streaming session and streaming client.
- ec2Instance
Types LaunchProfile Streaming Instance Type[] - streaming
Image string[]Ids - automatic
Termination LaunchMode Profile Automatic Termination Mode 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 theSTOPPED
state for the time specified inmaxStoppedSessionLengthInMinutes
. - When
DEACTIVATED
, the streaming session can remain in theSTOPPED
state indefinitely.
This parameter is only allowed when
sessionPersistenceMode
isACTIVATED
. When allowed, the default value for this parameter isDEACTIVATED
.- When
- max
Session numberLength In Minutes - max
Stopped numberSession Length In Minutes - session
Backup LaunchProfile Stream Configuration Session Backup - Information about the streaming session backup.
- session
Persistence LaunchMode Profile Session Persistence Mode - Determine if a streaming session created from this launch profile can configure persistent storage. This means that
volumeConfiguration
andautomaticTerminationMode
are 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
sessionPersistenceMode
isACTIVATED
.
- clipboard_
mode LaunchProfile Streaming Clipboard Mode - Allows or deactivates the use of the system clipboard to copy and paste between the streaming session and streaming client.
- ec2_
instance_ Sequence[Launchtypes Profile Streaming Instance Type] - streaming_
image_ Sequence[str]ids - automatic_
termination_ Launchmode Profile Automatic Termination Mode 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 theSTOPPED
state for the time specified inmaxStoppedSessionLengthInMinutes
. - When
DEACTIVATED
, the streaming session can remain in theSTOPPED
state indefinitely.
This parameter is only allowed when
sessionPersistenceMode
isACTIVATED
. When allowed, the default value for this parameter isDEACTIVATED
.- When
- max_
session_ floatlength_ in_ minutes - max_
stopped_ floatsession_ length_ in_ minutes - session_
backup LaunchProfile Stream Configuration Session Backup - Information about the streaming session backup.
- session_
persistence_ Launchmode Profile Session Persistence Mode - Determine if a streaming session created from this launch profile can configure persistent storage. This means that
volumeConfiguration
andautomaticTerminationMode
are 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
sessionPersistenceMode
isACTIVATED
.
- clipboard
Mode "ENABLED" | "DISABLED" - Allows or deactivates the use of the system clipboard to copy and paste between the streaming session and streaming client.
- ec2Instance
Types List<"g4dn.xlarge" | "g4dn.2xlarge" | "g4dn.4xlarge" | "g4dn.8xlarge" | "g4dn.12xlarge" | "g4dn.16xlarge" | "g3.4xlarge" | "g3s.xlarge" | "g5.xlarge" | "g5.2xlarge" | "g5.4xlarge" | "g5.8xlarge" | "g5.16xlarge"> - streaming
Image List<String>Ids - automatic
Termination "DEACTIVATED" | "ACTIVATED"Mode 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 theSTOPPED
state for the time specified inmaxStoppedSessionLengthInMinutes
. - When
DEACTIVATED
, the streaming session can remain in theSTOPPED
state indefinitely.
This parameter is only allowed when
sessionPersistenceMode
isACTIVATED
. When allowed, the default value for this parameter isDEACTIVATED
.- When
- max
Session NumberLength In Minutes - max
Stopped NumberSession Length In Minutes - session
Backup Property Map - Information about the streaming session backup.
- session
Persistence "DEACTIVATED" | "ACTIVATED"Mode - Determine if a streaming session created from this launch profile can configure persistent storage. This means that
volumeConfiguration
andautomaticTerminationMode
are configured. - session
Storage Property Map - The upload storage for a streaming session.
- volume
Configuration Property Map Custom volume configuration for the root volumes that are attached to streaming sessions.
This parameter is only allowed when
sessionPersistenceMode
isACTIVATED
.
LaunchProfileStreamConfigurationSessionBackup
- Max
Backups doubleTo Retain - Mode
Pulumi.
Aws Native. Nimble Studio. Launch Profile Session Backup Mode 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 toAUTOMATIC
.
- Max
Backups float64To Retain - Mode
Launch
Profile Session Backup Mode 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 toAUTOMATIC
.
- max
Backups DoubleTo Retain - mode
Launch
Profile Session Backup Mode 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 toAUTOMATIC
.
- max
Backups numberTo Retain - mode
Launch
Profile Session Backup Mode 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 toAUTOMATIC
.
- max_
backups_ floatto_ retain - mode
Launch
Profile Session Backup Mode 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 toAUTOMATIC
.
- max
Backups NumberTo Retain - mode "AUTOMATIC" | "DEACTIVATED"
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 toAUTOMATIC
.
LaunchProfileStreamConfigurationSessionStorage
- Mode
List<Pulumi.
Aws Native. Nimble Studio. Launch Profile Streaming Session Storage Mode> - 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
[]Launch
Profile Streaming Session Storage Mode - Root
Launch
Profile Streaming Session Storage Root - The configuration for the upload storage root of the streaming session.
- mode
List<Launch
Profile Streaming Session Storage Mode> - root
Launch
Profile Streaming Session Storage Root - The configuration for the upload storage root of the streaming session.
- mode
Launch
Profile Streaming Session Storage Mode[] - root
Launch
Profile Streaming Session Storage Root - The configuration for the upload storage root of the streaming session.
- mode
Sequence[Launch
Profile Streaming Session Storage Mode] - root
Launch
Profile Streaming Session Storage Root - The configuration for the upload storage root of the streaming session.
- mode List<"UPLOAD">
- root Property Map
- The configuration for the upload storage root of the streaming session.
LaunchProfileStreamingClipboardMode
LaunchProfileStreamingInstanceType
LaunchProfileStreamingSessionStorageMode
LaunchProfileStreamingSessionStorageRoot
LaunchProfileVolumeConfiguration
- Iops double
- Size double
- Throughput double
- Iops float64
- Size float64
- Throughput float64
- iops Double
- size Double
- throughput Double
- iops number
- size number
- throughput number
- iops float
- size float
- throughput float
- iops Number
- size Number
- throughput Number
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.