aws.nimble.get_launch_profile_initialization
Example SQL Queries
SELECT * FROMaws.nimble.get_launch_profile_initializationWHERE"launch_profile_id" = 'VALUE'AND "launch_profile_protocol_versions" = 'VALUE'AND "launch_purpose" = 'VALUE'AND "platform" = 'VALUE'AND "studio_id" = 'VALUE';Description
Get a launch profile initialization.
Table Definition
| Column Name | Column Data Type |
|---|---|
| launch_profile_id Required Input Column The ID of the launch profile used to control access from the streaming session. | VARCHAR |
| launch_profile_protocol_versions Required Input Column The launch profile protocol versions supported by the client. | VARCHAR[] |
Show child fields
| |
| launch_purpose Required Input Column The launch purpose. | VARCHAR |
| platform Required Input Column The platform where this Launch Profile will be used, either Windows or Linux. | VARCHAR |
| studio_id Required Input Column The studio ID. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| launch_profile_initialization The launch profile initialization. | STRUCT( |
Show child fields
| |