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

Description

 
Synopsis

Documentation

data SourceFieldProperties Source #

The properties that can be applied to a field when the connector is being used as a source.

See: newSourceFieldProperties smart constructor.

Constructors

SourceFieldProperties' 

Fields

Instances

Instances details
Eq SourceFieldProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SourceFieldProperties

Read SourceFieldProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SourceFieldProperties

Show SourceFieldProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SourceFieldProperties

Generic SourceFieldProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SourceFieldProperties

Associated Types

type Rep SourceFieldProperties :: Type -> Type #

NFData SourceFieldProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SourceFieldProperties

Methods

rnf :: SourceFieldProperties -> () #

Hashable SourceFieldProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SourceFieldProperties

FromJSON SourceFieldProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SourceFieldProperties

type Rep SourceFieldProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SourceFieldProperties

type Rep SourceFieldProperties = D1 ('MetaData "SourceFieldProperties" "Amazonka.AppFlow.Types.SourceFieldProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "SourceFieldProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "isRetrievable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "isQueryable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newSourceFieldProperties :: SourceFieldProperties Source #

Create a value of SourceFieldProperties 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:isRetrievable:SourceFieldProperties', sourceFieldProperties_isRetrievable - Indicates whether the field can be returned in a search result.

$sel:isQueryable:SourceFieldProperties', sourceFieldProperties_isQueryable - Indicates if the field can be queried.

sourceFieldProperties_isRetrievable :: Lens' SourceFieldProperties (Maybe Bool) Source #

Indicates whether the field can be returned in a search result.