launch_profiles
Retrieves a list of launch_profiles
in a region
Overview
Name | launch_profiles |
Type | Resource |
Description | launch_profiles |
Id | awscc.nimblestudio.launch_profiles |
Fields
Name | Datatype | Description |
---|---|---|
launch_profile_id | string | |
studio_id | string | <p>The studio ID. </p> |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
launch_profile_id,
studio_id
FROM awscc.nimblestudio.launch_profiles
WHERE region = 'us-east-1'
Permissions
To operate on the launch_profiles
resource, the following permissions are required:
Create
nimble:CreateLaunchProfile,
nimble:GetLaunchProfile,
nimble:TagResource,
ec2:CreateNetworkInterface,
ec2:CreateNetworkInterfacePermission,
ec2:RunInstances,
ec2:DescribeSubnets
List
nimble:ListLaunchProfiles