Interface CfnTopicRule.LambdaActionProperty

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

@Stability(Stable) public static interface CfnTopicRule.LambdaActionProperty extends software.amazon.jsii.JsiiSerializable
Describes an action to invoke a Lambda function.

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.iot.*;
 LambdaActionProperty lambdaActionProperty = LambdaActionProperty.builder()
         .functionArn("functionArn")
         .build();
 

See Also: