public static interface CfnAlert.LambdaConfigurationProperty
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() |
java.lang.String |
getLambdaArn()
The ARN of the Lambda function.
|
java.lang.String |
getRoleArn()
The ARN of an IAM role that has permission to invoke the Lambda function.
|
java.lang.String getLambdaArn()
java.lang.String getRoleArn()
static CfnAlert.LambdaConfigurationProperty.Builder builder()