@Stability(value=Stable)
public static interface CfnComponentType.LambdaFunctionProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnComponentType.LambdaFunctionProperty.Builder
A builder for
CfnComponentType.LambdaFunctionProperty |
static class |
CfnComponentType.LambdaFunctionProperty.Jsii$Proxy
An implementation for
CfnComponentType.LambdaFunctionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnComponentType.LambdaFunctionProperty.Builder |
builder() |
String |
getArn()
The Lambda function ARN.
|
@Stability(value=Stable) @NotNull String getArn()
@Stability(value=Stable) static CfnComponentType.LambdaFunctionProperty.Builder builder()
Copyright © 2022. All rights reserved.