Interface CfnComponentType.LambdaFunctionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnComponentType.LambdaFunctionProperty.Jsii$Proxy
- Enclosing class:
CfnComponentType
@Stability(Stable)
public static interface CfnComponentType.LambdaFunctionProperty
extends software.amazon.jsii.JsiiSerializable
The 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.iottwinmaker.*;
LambdaFunctionProperty lambdaFunctionProperty = LambdaFunctionProperty.builder()
.arn("arn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnComponentType.LambdaFunctionPropertystatic final classAn implementation forCfnComponentType.LambdaFunctionProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getArn
The Lambda function ARN.- See Also:
-
builder
-