aws-cdk-lib.aws_iottwinmaker.CfnComponentType.DataConnectorProperty

interface DataConnectorProperty

LanguageType name
.NETAmazon.CDK.AWS.IoTTwinMaker.CfnComponentType.DataConnectorProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiottwinmaker#CfnComponentType_DataConnectorProperty
Javasoftware.amazon.awscdk.services.iottwinmaker.CfnComponentType.DataConnectorProperty
Pythonaws_cdk.aws_iottwinmaker.CfnComponentType.DataConnectorProperty
TypeScript aws-cdk-lib » aws_iottwinmaker » CfnComponentType » DataConnectorProperty

The data connector.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iottwinmaker as iottwinmaker } from 'aws-cdk-lib';
const dataConnectorProperty: iottwinmaker.CfnComponentType.DataConnectorProperty = {
  isNative: false,
  lambda: {
    arn: 'arn',
  },
};

Properties

NameTypeDescription
isNative?boolean | IResolvableA boolean value that specifies whether the data connector is native to IoT TwinMaker.
lambda?IResolvable | LambdaFunctionPropertyThe Lambda function associated with the data connector.

isNative?

Type: boolean | IResolvable (optional)

A boolean value that specifies whether the data connector is native to IoT TwinMaker.


lambda?

Type: IResolvable | LambdaFunctionProperty (optional)

The Lambda function associated with the data connector.