Skip to main content

launch_profile

Gets an individual launch_profile resource

Overview

Namelaunch_profile
TypeResource
Descriptionlaunch_profile
Idawscc.nimblestudio.launch_profile

Fields

NameDatatypeDescription
descriptionstring<p>The description.</p>
ec2_subnet_idsarray<p>Specifies the IDs of the EC2 subnets where streaming sessions will be accessible from.<br/> These subnets must support the specified instance types. </p>
launch_profile_idstring
launch_profile_protocol_versionsarray<p>The version number of the protocol that is used by the launch profile. The only valid<br/> version is "2021-03-31".</p>
namestring<p>The name for the launch profile.</p>
stream_configurationobject
studio_component_idsarray<p>Unique identifiers for a collection of studio components that can be used with this<br/> launch profile.</p>
studio_idstring<p>The studio ID. </p>
tagsobject
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
description,
ec2_subnet_ids,
launch_profile_id,
launch_profile_protocol_versions,
name,
stream_configuration,
studio_component_ids,
studio_id,
tags
FROM awscc.nimblestudio.launch_profile
WHERE data__Identifier = '<LaunchProfileId>|<StudioId>';

Permissions

To operate on the launch_profile resource, the following permissions are required:

Read

nimble:GetLaunchProfile

Update

nimble:UpdateLaunchProfile,
nimble:GetLaunchProfile,
ec2:CreateNetworkInterface,
ec2:CreateNetworkInterfacePermission,
ec2:DescribeSubnets,
ec2:RunInstances

Delete

nimble:DeleteLaunchProfile,
nimble:GetLaunchProfile,
nimble:UntagResource