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