Skip to main content

launch_profile_tags

Expands all tag keys and values for launch_profiles in a region

Overview

Namelaunch_profile_tags
TypeResource
DescriptionRepresents a launch profile which delegates access to a collection of studio components to studio users
Idaws.nimblestudio.launch_profile_tags

Fields

NameDatatypeDescription
descriptionstring

The description.

ec2_subnet_idsarray

Specifies the IDs of the EC2 subnets where streaming sessions will be accessible from.
These subnets must support the specified instance types.

launch_profile_idstring
launch_profile_protocol_versionsarray

The version number of the protocol that is used by the launch profile. The only valid
version is "2021-03-31".

namestring

The name for the launch profile.

stream_configurationobject

A configuration for a streaming session.

studio_component_idsarray

Unique identifiers for a collection of studio components that can be used with this
launch profile.

studio_idstring

The studio ID.

tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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