launch_profiles_list_only
Lists launch_profiles
in a region or regions, for all properties use launch_profiles
Overview
Name | launch_profiles_list_only |
Type | Resource |
Description | Represents a launch profile which delegates access to a collection of studio components to studio users |
Id | aws.nimblestudio.launch_profiles_list_only |
Fields
Name | Datatype | Description |
---|---|---|
description | string | The description. |
ec2_subnet_ids | array | Specifies the IDs of the EC2 subnets where streaming sessions will be accessible from. |
launch_profile_id | string | |
launch_profile_protocol_versions | array | The version number of the protocol that is used by the launch profile. The only valid |
name | string | The name for the launch profile. |
stream_configuration | object | A configuration for a streaming session. |
studio_component_ids | array | Unique identifiers for a collection of studio components that can be used with this |
studio_id | string | The studio ID. |
tags | object | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all launch_profiles
in a region.
SELECT
region,
launch_profile_id,
studio_id
FROM aws.nimblestudio.launch_profiles_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the launch_profiles_list_only
resource, see launch_profiles