AlertLambdaConfigurationArgs

data class AlertLambdaConfigurationArgs(val lambdaArn: Output<String>, val roleArn: Output<String>) : ConvertibleToJava<AlertLambdaConfigurationArgs>

Configuration options for a Lambda alert action.

Constructors

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

Properties

Link copied to clipboard
val lambdaArn: Output<String>

ARN of a Lambda to send alert notifications to.

Link copied to clipboard
val roleArn: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): AlertLambdaConfigurationArgs