v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1433203128.9 KB

Creates a mission profile.

dataflowEdges is a list of lists of strings. Each lower level list of strings has two elements: a from ARN and a to ARN.

post/missionprofile

Request body

contactPostPassDurationSecondsinteger

Amount of time after a contact ends that you’d like to receive a CloudWatch event indicating the pass has finished.

contactPrePassDurationSecondsinteger

Amount of time prior to contact start you’d like to receive a CloudWatch event indicating an upcoming pass.

minimumViableContactDurationSecondsinteger required

Smallest amount of time in seconds that you’d like to see for an available contact. AWS Ground Station will not present you with contacts shorter than this duration.

namestring required

Name of a mission profile.

streamsKmsRolestring

Role to use for encrypting streams with KMS key.

tagsobject

Tags assigned to a mission profile.

trackingConfigArnstring required

ARN of a tracking <code>Config</code>.

Response

Success

missionProfileIdstring

UUID of a mission profile.