AlertLambdaConfiguration

data class AlertLambdaConfiguration(val lambdaArn: String, val roleArn: String)

Configuration options for a Lambda alert action.

Constructors

Link copied to clipboard
constructor(lambdaArn: String, roleArn: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ARN of a Lambda to send alert notifications to.

Link copied to clipboard

ARN of an IAM role that LookoutMetrics should assume to access the Lambda function.