Skip to main content

mission_profiles

Retrieves a list of mission_profiles in a region

Overview

Namemission_profiles
TypeResource
Descriptionmission_profiles
Idawscc.groundstation.mission_profiles

Fields

NameDatatypeDescription
idstring
arnstring
regionstringAWS 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