libZSservicesZSamazonka-iot-analyticsZSamazonka-iot-analytics
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.IoTAnalytics.Types.DatasetContentDeliveryRule

Description

 
Synopsis

Documentation

data DatasetContentDeliveryRule Source #

When dataset contents are created, they are delivered to destination specified here.

See: newDatasetContentDeliveryRule smart constructor.

Constructors

DatasetContentDeliveryRule' 

Fields

Instances

Instances details
Eq DatasetContentDeliveryRule Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DatasetContentDeliveryRule

Read DatasetContentDeliveryRule Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DatasetContentDeliveryRule

Show DatasetContentDeliveryRule Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DatasetContentDeliveryRule

Generic DatasetContentDeliveryRule Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DatasetContentDeliveryRule

Associated Types

type Rep DatasetContentDeliveryRule :: Type -> Type #

NFData DatasetContentDeliveryRule Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DatasetContentDeliveryRule

Hashable DatasetContentDeliveryRule Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DatasetContentDeliveryRule

ToJSON DatasetContentDeliveryRule Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DatasetContentDeliveryRule

FromJSON DatasetContentDeliveryRule Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DatasetContentDeliveryRule

type Rep DatasetContentDeliveryRule Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DatasetContentDeliveryRule

type Rep DatasetContentDeliveryRule = D1 ('MetaData "DatasetContentDeliveryRule" "Amazonka.IoTAnalytics.Types.DatasetContentDeliveryRule" "libZSservicesZSamazonka-iot-analyticsZSamazonka-iot-analytics" 'False) (C1 ('MetaCons "DatasetContentDeliveryRule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "entryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "destination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DatasetContentDeliveryDestination)))

newDatasetContentDeliveryRule Source #

Create a value of DatasetContentDeliveryRule 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:entryName:DatasetContentDeliveryRule', datasetContentDeliveryRule_entryName - The name of the dataset content delivery rules entry.

$sel:destination:DatasetContentDeliveryRule', datasetContentDeliveryRule_destination - The destination to which dataset contents are delivered.

datasetContentDeliveryRule_entryName :: Lens' DatasetContentDeliveryRule (Maybe Text) Source #

The name of the dataset content delivery rules entry.