Interface CfnAlert.LambdaConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAlert.LambdaConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnAlert
@Stability(Stable)
public static interface CfnAlert.LambdaConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.lookoutmetrics.*; LambdaConfigurationProperty lambdaConfigurationProperty = LambdaConfigurationProperty.builder() .lambdaArn("lambdaArn") .roleArn("roleArn") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAlert.LambdaConfigurationProperty
static final class
An implementation forCfnAlert.LambdaConfigurationProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The ARN of the Lambda function.The ARN of an IAM role that has permission to invoke the Lambda function.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLambdaArn
The ARN of the Lambda function.- See Also:
-
getRoleArn
The ARN of an IAM role that has permission to invoke the Lambda function.- See Also:
-
builder
-