Skip to main content

mission_profiles_list_only

Lists mission_profiles in a region or regions, for all properties use mission_profiles

Overview

Namemission_profiles_list_only
TypeResource
DescriptionAWS Ground Station Mission Profile resource type for CloudFormation.
Idaws.groundstation.mission_profiles_list_only

Fields

NameDatatypeDescription
namestringA name used to identify a mission profile.
contact_pre_pass_duration_secondsintegerPre-pass time needed before the contact.
contact_post_pass_duration_secondsintegerPost-pass time needed after the contact.
minimum_viable_contact_duration_secondsintegerVisibilities with shorter duration than the specified minimum viable contact duration will be ignored when searching for available contacts.
streams_kms_keyobjectThe ARN of a KMS Key used for encrypting data during transmission from the source to destination locations.
streams_kms_rolestringThe ARN of the KMS Key or Alias Key role used to define permissions on KMS Key usage.
dataflow_edgesarray
tracking_config_arnstring
tagsarray
idstring
arnstring
regionstring
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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