| 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.IotTwinMaker.Types.EntityPropertyReference
Description
Synopsis
- data EntityPropertyReference = EntityPropertyReference' {}
- newEntityPropertyReference :: Text -> EntityPropertyReference
- entityPropertyReference_componentName :: Lens' EntityPropertyReference (Maybe Text)
- entityPropertyReference_entityId :: Lens' EntityPropertyReference (Maybe Text)
- entityPropertyReference_externalIdProperty :: Lens' EntityPropertyReference (Maybe (HashMap Text Text))
- entityPropertyReference_propertyName :: Lens' EntityPropertyReference Text
Documentation
data EntityPropertyReference Source #
An object that uniquely identifies an entity property.
See: newEntityPropertyReference smart constructor.
Constructors
| EntityPropertyReference' | |
Fields
| |
Instances
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_componentName :: Lens' EntityPropertyReference (Maybe Text) Source #
The name of the component.
entityPropertyReference_entityId :: Lens' EntityPropertyReference (Maybe Text) Source #
The ID of the entity.
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.
entityPropertyReference_propertyName :: Lens' EntityPropertyReference Text Source #
The name of the property.