Interface CfnAlert.ILambdaConfigurationProperty
Contains information about a Lambda configuration.
Namespace: Amazon.CDK.AWS.LookoutMetrics
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ILambdaConfigurationProperty
Syntax (vb)
Public Interface ILambdaConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.LookoutMetrics;
var lambdaConfigurationProperty = new LambdaConfigurationProperty {
LambdaArn = "lambdaArn",
RoleArn = "roleArn"
};
Synopsis
Properties
Lambda |
The ARN of the Lambda function. |
Role |
The ARN of an IAM role that has permission to invoke the Lambda function. |
Properties
LambdaArn
The ARN of the Lambda function.
string LambdaArn { get; }
Property Value
System.
Remarks
RoleArn
The ARN of an IAM role that has permission to invoke the Lambda function.
string RoleArn { get; }
Property Value
System.