AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::GroundStation::MissionProfile

CfnMissionProfile

Mission profiles specify parameters and provide references to config objects to define how Ground Station lists and executes contacts.

Import

import { CfnMissionProfile } from 'aws-cdk-lib/aws-groundstation';

Or use the module namespace:

import * as groundstation from 'aws-cdk-lib/aws-groundstation';
// groundstation.CfnMissionProfile

Properties

Configuration passed to the constructor as CfnMissionProfileProps.

dataflowEdgesRequired
IResolvable | IResolvable | DataflowEdgeProperty[]

A list containing lists of config ARNs. Each list of config ARNs is an edge, with a "from" config and a "to" config.

minimumViableContactDurationSecondsRequired
number

Minimum length of a contact in seconds that Ground Station will return when listing contacts. Ground Station will not return contacts shorter than this duration.

nameRequired
string

The name of the mission profile.

trackingConfigArnRequired
string | IConfigRef

The ARN of a tracking config objects that defines how to track the satellite through the sky during a contact.

contactPostPassDurationSecondsOptional
number

Amount of time in seconds after a contact ends that you’d like to receive a Ground Station Contact State Change indicating the pass has finished.

contactPrePassDurationSecondsOptional
number

Amount of time in seconds prior to contact start that you'd like to receive a Ground Station Contact State Change Event indicating an upcoming pass.

streamsKmsKeyOptional
IResolvable | StreamsKmsKeyProperty

KMS key to use for encrypting streams.

streamsKmsRoleOptional
string

Role to use for encrypting streams with KMS key.

tagsOptional
CfnTag[]

Tags assigned to the mission profile.

telemetrySinkConfigArnOptional
string

ARN of a Config resource of type TelemetrySinkConfig used for telemetry data sink configuration.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-groundstation
CFN TypeAWS::GroundStation::MissionProfile
Properties10

External Links