AWS::Greengrass::ConnectorDefinition Connector - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Greengrass::ConnectorDefinition Connector

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

In an Amazon CloudFormation template, the Connectors property of the ConnectorDefinitionVersion property type contains a list of Connector property types.

Syntax

To declare this entity in your Amazon 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 Amazon, see Greengrass Connectors Provided by Amazon.

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 used by the connector.

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

Required: No

Type: Json

Update requires: Replacement

See also