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 MarketoConnectorProfileProperties Source #
The connector-specific profile properties required when using Marketo.
See: newMarketoConnectorProfileProperties
smart constructor.
MarketoConnectorProfileProperties' | |
|
Instances
Eq MarketoConnectorProfileProperties Source # | |
Read MarketoConnectorProfileProperties Source # | |
Show MarketoConnectorProfileProperties Source # | |
Generic MarketoConnectorProfileProperties Source # | |
NFData MarketoConnectorProfileProperties Source # | |
Hashable MarketoConnectorProfileProperties Source # | |
ToJSON MarketoConnectorProfileProperties Source # | |
FromJSON MarketoConnectorProfileProperties Source # | |
type Rep MarketoConnectorProfileProperties Source # | |
Defined in Amazonka.AppFlow.Types.MarketoConnectorProfileProperties type Rep MarketoConnectorProfileProperties = D1 ('MetaData "MarketoConnectorProfileProperties" "Amazonka.AppFlow.Types.MarketoConnectorProfileProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "MarketoConnectorProfileProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "instanceUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) |
newMarketoConnectorProfileProperties Source #
Create a value of MarketoConnectorProfileProperties
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:instanceUrl:MarketoConnectorProfileProperties'
, marketoConnectorProfileProperties_instanceUrl
- The location of the Marketo resource.
marketoConnectorProfileProperties_instanceUrl :: Lens' MarketoConnectorProfileProperties Text Source #
The location of the Marketo resource.