Skip to main content

launch_profiles_list_only

Lists launch_profiles in a region or regions, for all properties use launch_profiles

Overview

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

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.

tagsobject
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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