--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_groundstation_mission_profile Resource - terraform-provider-awscc" subcategory: "" description: |- AWS Ground Station Mission Profile resource type for CloudFormation. --- # awscc_groundstation_mission_profile (Resource) AWS Ground Station Mission Profile resource type for CloudFormation. ## Schema ### Required - `dataflow_edges` (Attributes List) (see [below for nested schema](#nestedatt--dataflow_edges)) - `minimum_viable_contact_duration_seconds` (Number) Visibilities with shorter duration than the specified minimum viable contact duration will be ignored when searching for available contacts. - `name` (String) A name used to identify a mission profile. - `tracking_config_arn` (String) ### Optional - `contact_post_pass_duration_seconds` (Number) Post-pass time needed after the contact. - `contact_pre_pass_duration_seconds` (Number) Pre-pass time needed before the contact. - `tags` (Attributes List) (see [below for nested schema](#nestedatt--tags)) ### Read-Only - `arn` (String) - `id` (String) The ID of this resource. - `region` (String) ### Nested Schema for `dataflow_edges` Required: - `destination` (String) - `source` (String) ### Nested Schema for `tags` Optional: - `key` (String) - `value` (String) ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_groundstation_mission_profile.example ```