Skip to main content

mission_profile_tags

Expands all tag keys and values for mission_profiles in a region

Overview

Namemission_profile_tags
TypeResource
DescriptionAWS Ground Station Mission Profile resource type for CloudFormation.
Idaws.groundstation.mission_profile_tags

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
idstring
arnstring
regionstring
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all mission_profiles in a region.

SELECT
region,
name,
contact_pre_pass_duration_seconds,
contact_post_pass_duration_seconds,
minimum_viable_contact_duration_seconds,
streams_kms_key,
streams_kms_role,
dataflow_edges,
tracking_config_arn,
id,
arn,
region,
tag_key,
tag_value
FROM aws.groundstation.mission_profile_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the mission_profile_tags resource, see mission_profiles