AWS::LookoutMetrics::Alert LambdaConfiguration - 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::LookoutMetrics::Alert LambdaConfiguration

Contains information about a Lambda configuration.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "LambdaArn" : String, "RoleArn" : String }

YAML

LambdaArn: String RoleArn: String

Properties

LambdaArn

The ARN of the Lambda function.

Required: Yes

Type: String

Pattern: arn:([a-z\d-]+):.*:.*:.*:.+

Maximum: 256

Update requires: Replacement

RoleArn

The ARN of an IAM role that has permission to invoke the Lambda function.

Required: Yes

Type: String

Pattern: arn:([a-z\d-]+):.*:.*:.*:.+

Maximum: 256

Update requires: Replacement