libZSservicesZSamazonka-appflowZSamazonka-appflow
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.AppFlow.Types.DatadogSourceProperties

Description

 
Synopsis

Documentation

data DatadogSourceProperties Source #

The properties that are applied when Datadog is being used as a source.

See: newDatadogSourceProperties smart constructor.

Constructors

DatadogSourceProperties' 

Fields

  • object' :: Text

    The object specified in the Datadog flow source.

Instances

Instances details
Eq DatadogSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogSourceProperties

Read DatadogSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogSourceProperties

Show DatadogSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogSourceProperties

Generic DatadogSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogSourceProperties

Associated Types

type Rep DatadogSourceProperties :: Type -> Type #

NFData DatadogSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogSourceProperties

Methods

rnf :: DatadogSourceProperties -> () #

Hashable DatadogSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogSourceProperties

ToJSON DatadogSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogSourceProperties

FromJSON DatadogSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogSourceProperties

type Rep DatadogSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogSourceProperties

type Rep DatadogSourceProperties = D1 ('MetaData "DatadogSourceProperties" "Amazonka.AppFlow.Types.DatadogSourceProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "DatadogSourceProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "object'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDatadogSourceProperties Source #

Create a value of DatadogSourceProperties 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:object':DatadogSourceProperties', datadogSourceProperties_object - The object specified in the Datadog flow source.

datadogSourceProperties_object :: Lens' DatadogSourceProperties Text Source #

The object specified in the Datadog flow source.