AWS::Greengrass::ConnectorDefinitionVersion Connector - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::Greengrass::ConnectorDefinitionVersion Connector

Connectors are modules that provide built-in integration with local infrastructure, device protocols, AWS, and other cloud services. For more information, see Integrate with Services and Protocols Using Greengrass Connectors in the AWS IoT Greengrass Version 1 Developer Guide .

In an CloudFormation template, the Connectors property of the AWS::Greengrass::ConnectorDefinitionVersion resource contains a list of Connector property types.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "ConnectorArn" : String, "Id" : String, "Parameters" : Json }

YAML

ConnectorArn: String Id: String Parameters: Json

Properties

ConnectorArn

The Amazon Resource Name (ARN) of the connector.

For more information about connectors provided by AWS, see Greengrass Connectors Provided by AWS.

Required: Yes

Type: String

Update requires: Replacement

Id

A descriptive or arbitrary ID for the connector. This value must be unique within the connector definition version. Maximum length is 128 characters with pattern [a-zA-Z0-9:_-]+.

Required: Yes

Type: String

Update requires: Replacement

Parameters

The parameters or configuration that the connector uses.

For more information about connectors provided by AWS, see Greengrass Connectors Provided by AWS.

Required: No

Type: Json

Update requires: Replacement

See also