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 TrendmicroConnectorProfileCredentials Source #
The connector-specific profile credentials required when using Trend Micro.
See: newTrendmicroConnectorProfileCredentials
smart constructor.
TrendmicroConnectorProfileCredentials' | |
|
Instances
Eq TrendmicroConnectorProfileCredentials Source # | |
Show TrendmicroConnectorProfileCredentials Source # | |
Generic TrendmicroConnectorProfileCredentials Source # | |
NFData TrendmicroConnectorProfileCredentials Source # | |
Hashable TrendmicroConnectorProfileCredentials Source # | |
ToJSON TrendmicroConnectorProfileCredentials Source # | |
type Rep TrendmicroConnectorProfileCredentials Source # | |
Defined in Amazonka.AppFlow.Types.TrendmicroConnectorProfileCredentials type Rep TrendmicroConnectorProfileCredentials = D1 ('MetaData "TrendmicroConnectorProfileCredentials" "Amazonka.AppFlow.Types.TrendmicroConnectorProfileCredentials" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "TrendmicroConnectorProfileCredentials'" 'PrefixI 'True) (S1 ('MetaSel ('Just "apiSecretKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)))) |
newTrendmicroConnectorProfileCredentials Source #
Create a value of TrendmicroConnectorProfileCredentials
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:apiSecretKey:TrendmicroConnectorProfileCredentials'
, trendmicroConnectorProfileCredentials_apiSecretKey
- The Secret Access Key portion of the credentials.
trendmicroConnectorProfileCredentials_apiSecretKey :: Lens' TrendmicroConnectorProfileCredentials Text Source #
The Secret Access Key portion of the credentials.