Values.ConnectorSourceInformation about a connector. Connectors run on the Greengrass core and contain built-in integration with local infrastructure, device protocols, AWS, and other cloud services.
type nonrec t = {connectorArn : string;The ARN of the connector.
*)id : string;A descriptive or arbitrary ID for the connector. This value must be unique within the connector definition version. Max length is 128 characters with pattern [a-zA-Z0-9:_-]+.
*)parameters : (string * string) list option;The parameters or configuration that the connector uses.
*)}