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.IotEventsDestinationConfiguration

Description

 
Synopsis

Documentation

data IotEventsDestinationConfiguration Source #

Configuration information for delivery of dataset contents to IoT Events.

See: newIotEventsDestinationConfiguration smart constructor.

Constructors

IotEventsDestinationConfiguration' 

Fields

  • inputName :: Text

    The name of the IoT Events input to which dataset contents are delivered.

  • roleArn :: Text

    The ARN of the role that grants IoT Analytics permission to deliver dataset contents to an IoT Events input.

Instances

Instances details
Eq IotEventsDestinationConfiguration Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.IotEventsDestinationConfiguration

Read IotEventsDestinationConfiguration Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.IotEventsDestinationConfiguration

Show IotEventsDestinationConfiguration Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.IotEventsDestinationConfiguration

Generic IotEventsDestinationConfiguration Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.IotEventsDestinationConfiguration

Associated Types

type Rep IotEventsDestinationConfiguration :: Type -> Type #

NFData IotEventsDestinationConfiguration Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.IotEventsDestinationConfiguration

Hashable IotEventsDestinationConfiguration Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.IotEventsDestinationConfiguration

ToJSON IotEventsDestinationConfiguration Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.IotEventsDestinationConfiguration

FromJSON IotEventsDestinationConfiguration Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.IotEventsDestinationConfiguration

type Rep IotEventsDestinationConfiguration Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.IotEventsDestinationConfiguration

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

newIotEventsDestinationConfiguration Source #

Create a value of IotEventsDestinationConfiguration 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:inputName:IotEventsDestinationConfiguration', iotEventsDestinationConfiguration_inputName - The name of the IoT Events input to which dataset contents are delivered.

$sel:roleArn:IotEventsDestinationConfiguration', iotEventsDestinationConfiguration_roleArn - The ARN of the role that grants IoT Analytics permission to deliver dataset contents to an IoT Events input.

iotEventsDestinationConfiguration_inputName :: Lens' IotEventsDestinationConfiguration Text Source #

The name of the IoT Events input to which dataset contents are delivered.

iotEventsDestinationConfiguration_roleArn :: Lens' IotEventsDestinationConfiguration Text Source #

The ARN of the role that grants IoT Analytics permission to deliver dataset contents to an IoT Events input.