AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Greengrass::ConnectorDefinitionVersion

CfnConnectorDefinitionVersion

The `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

import { CfnConnectorDefinitionVersion } from 'aws-cdk-lib/aws-greengrass';

Or use the module namespace:

import * as greengrass from 'aws-cdk-lib/aws-greengrass';
// greengrass.CfnConnectorDefinitionVersion

Properties

Configuration passed to the constructor as CfnConnectorDefinitionVersionProps.

connectorDefinitionIdRequired
string

The ID of the connector definition associated with this version. This value is a GUID.

connectorsRequired
IResolvable | 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.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter