You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Greengrass::Types::Connector

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing Connector as input to an Aws::Client method, you can use a vanilla Hash:

{
  connector_arn: "__string", # required
  id: "__string", # required
  parameters: {
    "__string" => "__string",
  },
}

Information about a connector. Connectors run on the Greengrass core and contain built-in integration with local infrastructure, device protocols, AWS, and other cloud services.

Instance Attribute Summary collapse

Instance Attribute Details

#connector_arnString

The ARN of the connector.

Returns:

  • (String)

    The ARN of the connector.

#idString

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:_-]+.

Returns:

  • (String)

    A descriptive or arbitrary ID for the connector.

#parametersHash<String,String>

The parameters or configuration that the connector uses.

Returns:

  • (Hash<String,String>)

    The parameters or configuration that the connector uses.