launch_profile
Gets an individual launch_profile
resource
Overview
Name | launch_profile |
Type | Resource |
Description | launch_profile |
Id | awscc.nimblestudio.launch_profile |
Fields
Name | Datatype | Description |
---|---|---|
description | string | <p>The description.</p> |
ec2_subnet_ids | array | <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_id | string | |
launch_profile_protocol_versions | array | <p>The version number of the protocol that is used by the launch profile. The only valid<br/> version is "2021-03-31".</p> |
name | string | <p>The name for the launch profile.</p> |
stream_configuration | object | |
studio_component_ids | array | <p>Unique identifiers for a collection of studio components that can be used with this<br/> launch profile.</p> |
studio_id | string | <p>The studio ID. </p> |
tags | object | |
region | string | AWS 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