AWS::Greengrass::ConnectorDefinitionVersionThe `AWS::Greengrass::ConnectorDefinitionVersion` resource represents a connector definition version for AWS IoT Greengrass . A connector definition version contains a list of connectors. > To create a connector definition version, you must specify the ID of the connector definition that you want to associate with the version. For information about creating a connector definition, see [`AWS::Greengrass::ConnectorDefinition`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-connectordefinition.html) . > > After you create a connector definition version that contains the connectors you want to deploy, you must add it to your group version. For more information, see [`AWS::Greengrass::Group`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-group.html) .
import { CfnConnectorDefinitionVersion } from 'aws-cdk-lib/aws-greengrass';Or use the module namespace:
import * as greengrass from 'aws-cdk-lib/aws-greengrass';
// greengrass.CfnConnectorDefinitionVersionConfiguration passed to the constructor as CfnConnectorDefinitionVersionProps.
connectorDefinitionIdRequiredstringThe ID of the connector definition associated with this version. This value is a GUID.
connectorsRequiredIResolvable | IResolvable | ConnectorProperty[]The connectors in this version. Only one instance of a given connector can be added to the connector definition version at a time.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-greengrassAWS::Greengrass::ConnectorDefinitionVersion