amazonka-iot-analytics-2.0: Amazon IoT Analytics 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.IoTAnalytics.Types.DatasetContentDeliveryDestination

Description

 
Synopsis

Documentation

data DatasetContentDeliveryDestination Source #

The destination to which dataset contents are delivered.

See: newDatasetContentDeliveryDestination smart constructor.

Constructors

DatasetContentDeliveryDestination' 

Fields

Instances

Instances details
FromJSON DatasetContentDeliveryDestination Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DatasetContentDeliveryDestination

ToJSON DatasetContentDeliveryDestination Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DatasetContentDeliveryDestination

Generic DatasetContentDeliveryDestination Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DatasetContentDeliveryDestination

Associated Types

type Rep DatasetContentDeliveryDestination :: Type -> Type #

Read DatasetContentDeliveryDestination Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DatasetContentDeliveryDestination

Show DatasetContentDeliveryDestination Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DatasetContentDeliveryDestination

NFData DatasetContentDeliveryDestination Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DatasetContentDeliveryDestination

Eq DatasetContentDeliveryDestination Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DatasetContentDeliveryDestination

Hashable DatasetContentDeliveryDestination Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DatasetContentDeliveryDestination

type Rep DatasetContentDeliveryDestination Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DatasetContentDeliveryDestination

type Rep DatasetContentDeliveryDestination = D1 ('MetaData "DatasetContentDeliveryDestination" "Amazonka.IoTAnalytics.Types.DatasetContentDeliveryDestination" "amazonka-iot-analytics-2.0-2pxFb0PbSzA9ccOL4CofY4" 'False) (C1 ('MetaCons "DatasetContentDeliveryDestination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "iotEventsDestinationConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IotEventsDestinationConfiguration)) :*: S1 ('MetaSel ('Just "s3DestinationConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3DestinationConfiguration))))

newDatasetContentDeliveryDestination :: DatasetContentDeliveryDestination Source #

Create a value of DatasetContentDeliveryDestination 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:iotEventsDestinationConfiguration:DatasetContentDeliveryDestination', datasetContentDeliveryDestination_iotEventsDestinationConfiguration - Configuration information for delivery of dataset contents to IoT Events.

$sel:s3DestinationConfiguration:DatasetContentDeliveryDestination', datasetContentDeliveryDestination_s3DestinationConfiguration - Configuration information for delivery of dataset contents to Amazon S3.