libZSservicesZSamazonka-greengrassZSamazonka-greengrass
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Greengrass.Types.Connector

Description

 
Synopsis

Documentation

data Connector Source #

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.

See: newConnector smart constructor.

Constructors

Connector' 

Fields

  • parameters :: Maybe (HashMap Text Text)

    The parameters or configuration that the connector uses.

  • connectorArn :: Text

    The ARN of the connector.

  • id :: Text

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

Instances

Instances details
Eq Connector Source # 
Instance details

Defined in Amazonka.Greengrass.Types.Connector

Read Connector Source # 
Instance details

Defined in Amazonka.Greengrass.Types.Connector

Show Connector Source # 
Instance details

Defined in Amazonka.Greengrass.Types.Connector

Generic Connector Source # 
Instance details

Defined in Amazonka.Greengrass.Types.Connector

Associated Types

type Rep Connector :: Type -> Type #

NFData Connector Source # 
Instance details

Defined in Amazonka.Greengrass.Types.Connector

Methods

rnf :: Connector -> () #

Hashable Connector Source # 
Instance details

Defined in Amazonka.Greengrass.Types.Connector

ToJSON Connector Source # 
Instance details

Defined in Amazonka.Greengrass.Types.Connector

FromJSON Connector Source # 
Instance details

Defined in Amazonka.Greengrass.Types.Connector

type Rep Connector Source # 
Instance details

Defined in Amazonka.Greengrass.Types.Connector

type Rep Connector = D1 ('MetaData "Connector" "Amazonka.Greengrass.Types.Connector" "libZSservicesZSamazonka-greengrassZSamazonka-greengrass" 'False) (C1 ('MetaCons "Connector'" 'PrefixI 'True) (S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "connectorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newConnector Source #

Create a value of Connector with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:parameters:Connector', connector_parameters - The parameters or configuration that the connector uses.

$sel:connectorArn:Connector', connector_connectorArn - The ARN of the connector.

$sel:id:Connector', connector_id - 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:_-]+.

connector_parameters :: Lens' Connector (Maybe (HashMap Text Text)) Source #

The parameters or configuration that the connector uses.

connector_connectorArn :: Lens' Connector Text Source #

The ARN of the connector.

connector_id :: Lens' Connector Text Source #

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