@Stability(value=Stable)
public static interface CfnComponentType.DataConnectorProperty
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.*;
DataConnectorProperty dataConnectorProperty = DataConnectorProperty.builder()
.isNative(false)
.lambda(LambdaFunctionProperty.builder()
.arn("arn")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnComponentType.DataConnectorProperty.Builder
A builder for
CfnComponentType.DataConnectorProperty |
static class |
CfnComponentType.DataConnectorProperty.Jsii$Proxy
An implementation for
CfnComponentType.DataConnectorProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnComponentType.DataConnectorProperty.Builder |
builder() |
default Object |
getIsNative()
A boolean value that specifies whether the data connector is native to IoT TwinMaker.
|
default Object |
getLambda()
The Lambda function associated with the data connector.
|
@Stability(value=Stable) @Nullable default Object getIsNative()
@Stability(value=Stable) @Nullable default Object getLambda()
@Stability(value=Stable) static CfnComponentType.DataConnectorProperty.Builder builder()
Copyright © 2022. All rights reserved.