@Stability(value=Stable)
public static interface CfnAlert.LambdaConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAlert.LambdaConfigurationProperty.Builder
A builder for
CfnAlert.LambdaConfigurationProperty |
static class |
CfnAlert.LambdaConfigurationProperty.Jsii$Proxy
An implementation for
CfnAlert.LambdaConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnAlert.LambdaConfigurationProperty.Builder |
builder() |
String |
getLambdaArn()
The ARN of the Lambda function.
|
String |
getRoleArn()
The ARN of an IAM role that has permission to invoke the Lambda function.
|
@Stability(value=Stable) @NotNull String getLambdaArn()
@Stability(value=Stable) @NotNull String getRoleArn()
@Stability(value=Stable) static CfnAlert.LambdaConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.