AWS::IoT::SecurityProfile AlertTarget
A structure containing the alert target ARN and the role ARN.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AlertTargetArn" :String, "RoleArn" :String}
YAML
AlertTargetArn:StringRoleArn:String
Properties
AlertTargetArn-
The Amazon Resource Name (ARN) of the notification target to which alerts are sent.
Required: Yes
Type: String
Update requires: No interruption
RoleArn-
The ARN of the role that grants permission to send alerts to the notification target.
Required: Yes
Type: String
Update requires: No interruption