mission_profile
Gets an individual mission_profile
resource
Overview
Name | mission_profile |
Type | Resource |
Description | mission_profile |
Id | awscc.groundstation.mission_profile |
Fields
Name | Datatype | Description |
---|---|---|
name | string | A name used to identify a mission profile. |
contact_pre_pass_duration_seconds | integer | Pre-pass time needed before the contact. |
contact_post_pass_duration_seconds | integer | Post-pass time needed after the contact. |
minimum_viable_contact_duration_seconds | integer | Visibilities with shorter duration than the specified minimum viable contact duration will be ignored when searching for available contacts. |
streams_kms_key | object | The ARN of a KMS Key used for encrypting data during transmission from the source to destination locations. |
streams_kms_role | string | The ARN of the KMS Key or Alias Key role used to define permissions on KMS Key usage. |
dataflow_edges | array | |
tracking_config_arn | string | |
tags | array | |
id | string | |
arn | string | |
region | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
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,
tags,
id,
arn,
region
FROM awscc.groundstation.mission_profile
WHERE data__Identifier = '<Id>|<Arn>';
Permissions
To operate on the mission_profile
resource, the following permissions are required:
Read
groundstation:GetMissionProfile,
groundstation:ListTagsForResource,
kms:DescribeKey,
kms:CreateGrant
Update
groundstation:UpdateMissionProfile,
groundstation:GetMissionProfile,
groundstation:ListTagsForResource,
groundstation:TagResource,
groundstation:UntagResource,
iam:PassRole,
kms:DescribeKey,
kms:CreateGrant
Delete
groundstation:DeleteMissionProfile,
groundstation:GetMissionProfile