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

Description

 
Synopsis

Documentation

data TrendmicroSourceProperties Source #

The properties that are applied when using Trend Micro as a flow source.

See: newTrendmicroSourceProperties smart constructor.

Constructors

TrendmicroSourceProperties' 

Fields

  • object' :: Text

    The object specified in the Trend Micro flow source.

Instances

Instances details
FromJSON TrendmicroSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroSourceProperties

ToJSON TrendmicroSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroSourceProperties

Generic TrendmicroSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroSourceProperties

Associated Types

type Rep TrendmicroSourceProperties :: Type -> Type #

Read TrendmicroSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroSourceProperties

Show TrendmicroSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroSourceProperties

NFData TrendmicroSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroSourceProperties

Eq TrendmicroSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroSourceProperties

Hashable TrendmicroSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroSourceProperties

type Rep TrendmicroSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroSourceProperties

type Rep TrendmicroSourceProperties = D1 ('MetaData "TrendmicroSourceProperties" "Amazonka.AppFlow.Types.TrendmicroSourceProperties" "amazonka-appflow-2.0-3aJWKTszi6ZKDtrkFSqVAB" 'False) (C1 ('MetaCons "TrendmicroSourceProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "object'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newTrendmicroSourceProperties Source #

Create a value of TrendmicroSourceProperties 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':TrendmicroSourceProperties', trendmicroSourceProperties_object - The object specified in the Trend Micro flow source.

trendmicroSourceProperties_object :: Lens' TrendmicroSourceProperties Text Source #

The object specified in the Trend Micro flow source.