Interface CfnComponentType.DataConnectorProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnComponentType.DataConnectorProperty.Jsii$Proxy
- Enclosing class:
CfnComponentType
@Stability(Stable)
public static interface CfnComponentType.DataConnectorProperty
extends software.amazon.jsii.JsiiSerializable
The data connector.
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();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnComponentType.DataConnectorPropertystatic final classAn implementation forCfnComponentType.DataConnectorProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIsNative
A boolean value that specifies whether the data connector is native to IoT TwinMaker.- See Also:
-
getLambda
The Lambda function associated with the data connector.- See Also:
-
builder
-