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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnTopicRule.LambdaActionProperty
static final class
An implementation forCfnTopicRule.LambdaActionProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFunctionArn
The ARN of the Lambda function.- See Also:
-
builder
-