mission_profiles
Retrieves a list of mission_profiles
in a region
Overview
Name | mission_profiles |
Type | Resource |
Description | mission_profiles |
Id | awscc.groundstation.mission_profiles |
Fields
Name | Datatype | Description |
---|---|---|
id | string | |
arn | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
id,
arn
FROM awscc.groundstation.mission_profiles
WHERE region = 'us-east-1'
Permissions
To operate on the mission_profiles
resource, the following permissions are required:
Create
groundstation:CreateMissionProfile,
groundstation:GetMissionProfile,
groundstation:TagResource,
iam:PassRole,
kms:DescribeKey,
kms:CreateGrant
List
groundstation:ListMissionProfiles