ContactData
Data describing a contact.
Contents
- contactId
-
UUID of a contact.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern:
^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$
Required: No
- contactStatus
-
Status of a contact.
Type: String
Valid Values:
AVAILABLE | AWS_CANCELLED | AWS_FAILED | CANCELLED | CANCELLING | COMPLETED | FAILED | FAILED_TO_SCHEDULE | PASS | POSTPASS | PREPASS | SCHEDULED | SCHEDULING
Required: No
- endTime
-
End time of a contact in UTC.
Type: Timestamp
Required: No
- errorMessage
-
Error message of a contact.
Type: String
Required: No
- groundStation
-
Name of a ground station.
Type: String
Required: No
- maximumElevation
-
Maximum elevation angle of a contact.
Type: Elevation object
Required: No
- missionProfileArn
-
ARN of a mission profile.
Type: String
Required: No
- postPassEndTime
-
Amount of time after a contact ends that you’d like to receive a CloudWatch event indicating the pass has finished.
Type: Timestamp
Required: No
- prePassStartTime
-
Amount of time prior to contact start you’d like to receive a CloudWatch event indicating an upcoming pass.
Type: Timestamp
Required: No
- region
-
Region of a contact.
Type: String
Required: No
- satelliteArn
-
ARN of a satellite.
Type: String
Required: No
- startTime
-
Start time of a contact in UTC.
Type: Timestamp
Required: No
-
Tags assigned to a contact.
Type: String to string map
Required: No
- visibilityEndTime
-
Projected time in UTC your satellite will set below the receive mask. This time is based on the satellite's current active ephemeris for future contacts and the ephemeris that was active during contact execution for completed contacts. This field is not present for contacts with a
SCHEDULING
orSCHEDULED
status.Type: Timestamp
Required: No
- visibilityStartTime
-
Projected time in UTC your satellite will rise above the receive mask. This time is based on the satellite's current active ephemeris for future contacts and the ephemeris that was active during contact execution for completed contacts. This field is not present for contacts with a
SCHEDULING
orSCHEDULED
status.Type: Timestamp
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: