http://groundstation.{region}.amazonaws.com/missionprofile<p>Creates a mission profile.</p> <p> <code>dataflowEdges</code> is a list of lists of strings. Each lower level list of strings has two elements: a <i>from</i> ARN and a <i>to</i> ARN.</p>
Name of a mission profile.
Tags assigned to a mission profile.
A list of lists of ARNs. Each list of ARNs is an edge, with a <i>from</i> <code>Config</code> and a <i>to</i> <code>Config</code>.
AWS Key Management Service (KMS) Key.
Role to use for encrypting streams with KMS key.
ARN of a tracking <code>Config</code>.
Amount of time prior to contact start you’d like to receive a CloudWatch event indicating an upcoming pass.
Amount of time after a contact ends that you’d like to receive a CloudWatch event indicating the pass has finished.
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.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request POST \2 --url 'http://groundstation.{region}.amazonaws.com/missionprofile' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}http://groundstation.{region}.amazonaws.com/missionprofile<p>Creates a mission profile.</p> <p> <code>dataflowEdges</code> is a list of lists of strings. Each lower level list of strings has two elements: a <i>from</i> ARN and a <i>to</i> ARN.</p>
Name of a mission profile.
Tags assigned to a mission profile.
A list of lists of ARNs. Each list of ARNs is an edge, with a <i>from</i> <code>Config</code> and a <i>to</i> <code>Config</code>.
AWS Key Management Service (KMS) Key.
Role to use for encrypting streams with KMS key.
ARN of a tracking <code>Config</code>.
Amount of time prior to contact start you’d like to receive a CloudWatch event indicating an upcoming pass.
Amount of time after a contact ends that you’d like to receive a CloudWatch event indicating the pass has finished.
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.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request POST \2 --url 'http://groundstation.{region}.amazonaws.com/missionprofile' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}