amazonka-appflow-2.0: Amazon Appflow 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.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
FromJSON DatadogSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogSourceProperties

ToJSON 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 #

Read DatadogSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogSourceProperties

Show DatadogSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogSourceProperties

NFData DatadogSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogSourceProperties

Methods

rnf :: DatadogSourceProperties -> () #

Eq DatadogSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogSourceProperties

Hashable 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" "amazonka-appflow-2.0-3aJWKTszi6ZKDtrkFSqVAB" '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.