mission_profiles_list_only
Lists mission_profiles in a region or regions, for all properties use mission_profiles
Overview
| Name | mission_profiles_list_only |
| Type | Resource |
| Description | AWS Ground Station Mission Profile resource type for CloudFormation. |
| Id | aws.groundstation.mission_profiles_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
id | string | |
arn | string | |
region | string | |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all mission_profiles in a region.
SELECT
region,
id,
arn
FROM aws.groundstation.mission_profiles_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the mission_profiles_list_only resource, see mission_profiles