AWS::LookoutMetrics::Alert LambdaConfiguration - AWS CloudFormation

AWS::LookoutMetrics::Alert LambdaConfiguration

Contains information about a Lambda configuration.

Syntax

To declare this entity in your AWS 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