Enum aws_iot_device_sdk::defender::Topic [−][src]
pub enum Topic {
JsonReportPublish,
JsonReportAccepted,
JsonReportRejected,
CborReportPublish,
CborReportAccepted,
CborReportRejected,
}
Expand description
A Defender topic has the following format:“
Where: - Prefix = $aws/things/ - Thing Name = Name of the thing. - Bridge = /defender/metrics/ - Report Format = json or cbor - Suffix = /accepted or /rejected or empty