aws-cdk-lib.aws_lookoutmetrics.CfnAlert.LambdaConfigurationProperty

interface LambdaConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.LookoutMetrics.CfnAlert.LambdaConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awslookoutmetrics#CfnAlert_LambdaConfigurationProperty
Javasoftware.amazon.awscdk.services.lookoutmetrics.CfnAlert.LambdaConfigurationProperty
Pythonaws_cdk.aws_lookoutmetrics.CfnAlert.LambdaConfigurationProperty
TypeScript aws-cdk-lib » aws_lookoutmetrics » CfnAlert » LambdaConfigurationProperty

Contains information about a Lambda configuration.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_lookoutmetrics as lookoutmetrics } from 'aws-cdk-lib';
const lambdaConfigurationProperty: lookoutmetrics.CfnAlert.LambdaConfigurationProperty = {
  lambdaArn: 'lambdaArn',
  roleArn: 'roleArn',
};

Properties

NameTypeDescription
lambdaArnstringThe ARN of the Lambda function.
roleArnstringThe ARN of an IAM role that has permission to invoke the Lambda function.

lambdaArn

Type: string

The ARN of the Lambda function.


roleArn

Type: string

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