AWS::IoT::SecurityProfile AlertTarget - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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: 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