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: