Amazon IoT Core · Example Payload

Iot Core Describe Mitigation Action Response Example

Device ManagementIoTMQTTMessage Routing

Iot Core Describe Mitigation Action Response Example is an example object payload from Amazon IoT Core, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

actionNameactionTypeactionArnactionIdroleArnactionParamscreationDatelastModifiedDate

Example Payload

Raw ↑
{
  "actionName": "example-resource",
  "actionType": "example-value",
  "actionArn": "arn:aws:iot:us-east-1:123456789012:thing/example",
  "actionId": "id-abc123",
  "roleArn": "arn:aws:iot:us-east-1:123456789012:thing/example",
  "actionParams": "example-value",
  "creationDate": "example-value",
  "lastModifiedDate": "example-value"
}