Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data GoogleAnalyticsSourceProperties Source #
The properties that are applied when Google Analytics is being used as a source.
See: newGoogleAnalyticsSourceProperties
smart constructor.
Instances
Eq GoogleAnalyticsSourceProperties Source # | |
Read GoogleAnalyticsSourceProperties Source # | |
Show GoogleAnalyticsSourceProperties Source # | |
Generic GoogleAnalyticsSourceProperties Source # | |
NFData GoogleAnalyticsSourceProperties Source # | |
Defined in Amazonka.AppFlow.Types.GoogleAnalyticsSourceProperties rnf :: GoogleAnalyticsSourceProperties -> () # | |
Hashable GoogleAnalyticsSourceProperties Source # | |
ToJSON GoogleAnalyticsSourceProperties Source # | |
FromJSON GoogleAnalyticsSourceProperties Source # | |
type Rep GoogleAnalyticsSourceProperties Source # | |
Defined in Amazonka.AppFlow.Types.GoogleAnalyticsSourceProperties type Rep GoogleAnalyticsSourceProperties = D1 ('MetaData "GoogleAnalyticsSourceProperties" "Amazonka.AppFlow.Types.GoogleAnalyticsSourceProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "GoogleAnalyticsSourceProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "object'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) |
newGoogleAnalyticsSourceProperties Source #
Create a value of GoogleAnalyticsSourceProperties
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':GoogleAnalyticsSourceProperties'
, googleAnalyticsSourceProperties_object
- The object specified in the Google Analytics flow source.
googleAnalyticsSourceProperties_object :: Lens' GoogleAnalyticsSourceProperties Text Source #
The object specified in the Google Analytics flow source.