launch_profile_tags
Expands all tag keys and values for launch_profiles
in a region
Overview
Name | launch_profile_tags |
Type | Resource |
Description | Represents a launch profile which delegates access to a collection of studio components to studio users |
Id | aws.nimblestudio.launch_profile_tags |
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. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all launch_profiles
in a region.
SELECT
region,
description,
ec2_subnet_ids,
launch_profile_id,
launch_profile_protocol_versions,
name,
stream_configuration,
studio_component_ids,
studio_id,
tag_key,
tag_value
FROM aws.nimblestudio.launch_profile_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the launch_profile_tags
resource, see launch_profiles