| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Greengrass.Types.Connector
Description
Synopsis
- data Connector = Connector' {
- parameters :: Maybe (HashMap Text Text)
- connectorArn :: Text
- id :: Text
- newConnector :: Text -> Text -> Connector
- connector_parameters :: Lens' Connector (Maybe (HashMap Text Text))
- connector_connectorArn :: Lens' Connector Text
- connector_id :: Lens' Connector Text
Documentation
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
| |
Instances
| FromJSON Connector Source # | |
| ToJSON Connector Source # | |
Defined in Amazonka.Greengrass.Types.Connector | |
| Generic Connector Source # | |
| Read Connector Source # | |
| Show Connector Source # | |
| NFData Connector Source # | |
Defined in Amazonka.Greengrass.Types.Connector | |
| Eq Connector Source # | |
| Hashable Connector Source # | |
Defined in Amazonka.Greengrass.Types.Connector | |
| type Rep Connector Source # | |
Defined in Amazonka.Greengrass.Types.Connector type Rep Connector = D1 ('MetaData "Connector" "Amazonka.Greengrass.Types.Connector" "amazonka-greengrass-2.0-KjUXjyW3l8XyfFjm5ZueR" '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)))) | |
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:_-]+.