amazonka-iottwinmaker-2.0: Amazon IoT TwinMaker SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.IotTwinMaker.Types.EntityPropertyReference

Description

 
Synopsis

Documentation

data EntityPropertyReference Source #

An object that uniquely identifies an entity property.

See: newEntityPropertyReference smart constructor.

Constructors

EntityPropertyReference' 

Fields

Instances

Instances details
FromJSON EntityPropertyReference Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.EntityPropertyReference

ToJSON EntityPropertyReference Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.EntityPropertyReference

Generic EntityPropertyReference Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.EntityPropertyReference

Associated Types

type Rep EntityPropertyReference :: Type -> Type #

Read EntityPropertyReference Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.EntityPropertyReference

Show EntityPropertyReference Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.EntityPropertyReference

NFData EntityPropertyReference Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.EntityPropertyReference

Methods

rnf :: EntityPropertyReference -> () #

Eq EntityPropertyReference Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.EntityPropertyReference

Hashable EntityPropertyReference Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.EntityPropertyReference

type Rep EntityPropertyReference Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.EntityPropertyReference

type Rep EntityPropertyReference = D1 ('MetaData "EntityPropertyReference" "Amazonka.IotTwinMaker.Types.EntityPropertyReference" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "EntityPropertyReference'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "componentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "entityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "externalIdProperty") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "propertyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newEntityPropertyReference Source #

Create a value of EntityPropertyReference 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:componentName:EntityPropertyReference', entityPropertyReference_componentName - The name of the component.

$sel:entityId:EntityPropertyReference', entityPropertyReference_entityId - The ID of the entity.

$sel:externalIdProperty:EntityPropertyReference', entityPropertyReference_externalIdProperty - A mapping of external IDs to property names. External IDs uniquely identify properties from external data stores.

$sel:propertyName:EntityPropertyReference', entityPropertyReference_propertyName - The name of the property.

entityPropertyReference_externalIdProperty :: Lens' EntityPropertyReference (Maybe (HashMap Text Text)) Source #

A mapping of external IDs to property names. External IDs uniquely identify properties from external data stores.