ContactData
Data describing a contact.
Contents
- contactId
-
UUID of a contact.
Type: String
Length Constraints: Fixed length of 36.
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:
SCHEDULING | FAILED_TO_SCHEDULE | SCHEDULED | CANCELLED | AWS_CANCELLED | PREPASS | PASS | POSTPASS | COMPLETED | FAILED | AVAILABLE | CANCELLING | AWS_FAILEDRequired: No
- endTime
-
End time of a contact in UTC.
Type: Timestamp
Required: No
- ephemeris
-
The ephemeris that determines antenna pointing for the contact.
Type: EphemerisResponseData object
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
Length Constraints: Minimum length of 89. Maximum length of 138.
Pattern:
arn:aws:groundstation:[-a-z0-9]{1,50}:[0-9]{12}:mission-profile/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}Required: No
- postPassEndTime
-
End time in UTC of the post-pass period, at which you receive a CloudWatch event indicating the pass has finished.
Type: Timestamp
Required: No
- prePassStartTime
-
Start time in UTC of the pre-pass period, at which you 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
Length Constraints: Minimum length of 82. Maximum length of 132.
Pattern:
arn:aws:groundstation:([-a-z0-9]{1,50})?:[0-9]{12}:satellite/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}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
- version
-
Version information for a contact.
Type: ContactVersion object
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
SCHEDULINGorSCHEDULEDstatus.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
SCHEDULINGorSCHEDULEDstatus.Type: Timestamp
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: