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 AmplitudeConnectorProfileProperties Source #
The connector-specific profile properties required when using Amplitude.
See: newAmplitudeConnectorProfileProperties
smart constructor.
Instances
Eq AmplitudeConnectorProfileProperties Source # | |
Read AmplitudeConnectorProfileProperties Source # | |
Show AmplitudeConnectorProfileProperties Source # | |
Generic AmplitudeConnectorProfileProperties Source # | |
Defined in Amazonka.AppFlow.Types.AmplitudeConnectorProfileProperties type Rep AmplitudeConnectorProfileProperties :: Type -> Type # | |
NFData AmplitudeConnectorProfileProperties Source # | |
Hashable AmplitudeConnectorProfileProperties Source # | |
ToJSON AmplitudeConnectorProfileProperties Source # | |
FromJSON AmplitudeConnectorProfileProperties Source # | |
type Rep AmplitudeConnectorProfileProperties Source # | |
Defined in Amazonka.AppFlow.Types.AmplitudeConnectorProfileProperties type Rep AmplitudeConnectorProfileProperties = D1 ('MetaData "AmplitudeConnectorProfileProperties" "Amazonka.AppFlow.Types.AmplitudeConnectorProfileProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "AmplitudeConnectorProfileProperties'" 'PrefixI 'False) (U1 :: Type -> Type)) |
newAmplitudeConnectorProfileProperties :: AmplitudeConnectorProfileProperties Source #
Create a value of AmplitudeConnectorProfileProperties
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.