Interface CfnAlertPropsMixin.LambdaConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnAlertPropsMixin.LambdaConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnAlertPropsMixin

@Stability(Stable) public static interface CfnAlertPropsMixin.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.cfnpropertymixins.services.lookoutmetrics.*;
 LambdaConfigurationProperty lambdaConfigurationProperty = LambdaConfigurationProperty.builder()
         .lambdaArn("lambdaArn")
         .roleArn("roleArn")
         .build();
 

See Also: