libZSservicesZSamazonka-iotsitewiseZSamazonka-iotsitewise
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.IoTSiteWise.Types.PropertyNotification

Description

 
Synopsis

Documentation

data PropertyNotification Source #

Contains asset property value notification information. When the notification state is enabled, IoT SiteWise publishes property value updates to a unique MQTT topic. For more information, see Interacting with other services in the IoT SiteWise User Guide.

See: newPropertyNotification smart constructor.

Constructors

PropertyNotification' 

Fields

Instances

Instances details
Eq PropertyNotification Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.PropertyNotification

Read PropertyNotification Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.PropertyNotification

Show PropertyNotification Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.PropertyNotification

Generic PropertyNotification Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.PropertyNotification

Associated Types

type Rep PropertyNotification :: Type -> Type #

NFData PropertyNotification Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.PropertyNotification

Methods

rnf :: PropertyNotification -> () #

Hashable PropertyNotification Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.PropertyNotification

FromJSON PropertyNotification Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.PropertyNotification

type Rep PropertyNotification Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.PropertyNotification

type Rep PropertyNotification = D1 ('MetaData "PropertyNotification" "Amazonka.IoTSiteWise.Types.PropertyNotification" "libZSservicesZSamazonka-iotsitewiseZSamazonka-iotsitewise" 'False) (C1 ('MetaCons "PropertyNotification'" 'PrefixI 'True) (S1 ('MetaSel ('Just "topic") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PropertyNotificationState)))

newPropertyNotification Source #

Create a value of PropertyNotification 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:topic:PropertyNotification', propertyNotification_topic - The MQTT topic to which IoT SiteWise publishes property value update notifications.

$sel:state:PropertyNotification', propertyNotification_state - The current notification state.

propertyNotification_topic :: Lens' PropertyNotification Text Source #

The MQTT topic to which IoT SiteWise publishes property value update notifications.