A structure containing the alert target ARN and the role ARN.
Type: objectProperties: 2Required: 2
Device ManagementFleet ManagementIoTOTA Updates
AlertTarget is a JSON Structure definition published by Amazon IoT Device Management, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-device-management/refs/heads/main/json-structure/iot-device-management-alert-target-structure.json",
"name": "AlertTarget",
"description": "A structure containing the alert target ARN and the role ARN.",
"type": "object",
"properties": {
"alertTargetArn": {
"allOf": [
{
"$ref": "#/components/schemas/AlertTargetArn"
},
{
"description": "The Amazon Resource Name (ARN) of the notification target to which alerts are sent."
}
]
},
"roleArn": {
"allOf": [
{
"$ref": "#/components/schemas/RoleArn"
},
{
"description": "The ARN of the role that grants permission to send alerts to the notification target."
}
]
}
},
"required": [
"alertTargetArn",
"roleArn"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.