AWS::Greengrass::ConnectorDefinitionVersion Connector - AWS CloudFormation

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 AWS 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 AWS 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