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.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
Eq TrendmicroSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroSourceProperties

Read TrendmicroSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroSourceProperties

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

NFData TrendmicroSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroSourceProperties

Hashable TrendmicroSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroSourceProperties

ToJSON TrendmicroSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroSourceProperties

FromJSON 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" "libZSservicesZSamazonka-appflowZSamazonka-appflow" '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.