| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Pipes.Types.SelfManagedKafkaAccessConfigurationCredentials
Description
Synopsis
- data SelfManagedKafkaAccessConfigurationCredentials = SelfManagedKafkaAccessConfigurationCredentials' {}
- newSelfManagedKafkaAccessConfigurationCredentials :: SelfManagedKafkaAccessConfigurationCredentials
- selfManagedKafkaAccessConfigurationCredentials_basicAuth :: Lens' SelfManagedKafkaAccessConfigurationCredentials (Maybe Text)
- selfManagedKafkaAccessConfigurationCredentials_clientCertificateTlsAuth :: Lens' SelfManagedKafkaAccessConfigurationCredentials (Maybe Text)
- selfManagedKafkaAccessConfigurationCredentials_saslScram256Auth :: Lens' SelfManagedKafkaAccessConfigurationCredentials (Maybe Text)
- selfManagedKafkaAccessConfigurationCredentials_saslScram512Auth :: Lens' SelfManagedKafkaAccessConfigurationCredentials (Maybe Text)
Documentation
data SelfManagedKafkaAccessConfigurationCredentials Source #
The Secrets Manager secret that stores your stream credentials.
See: newSelfManagedKafkaAccessConfigurationCredentials smart constructor.
Constructors
| SelfManagedKafkaAccessConfigurationCredentials' | |
Fields
| |
Instances
newSelfManagedKafkaAccessConfigurationCredentials :: SelfManagedKafkaAccessConfigurationCredentials Source #
Create a value of SelfManagedKafkaAccessConfigurationCredentials 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:basicAuth:SelfManagedKafkaAccessConfigurationCredentials', selfManagedKafkaAccessConfigurationCredentials_basicAuth - The ARN of the Secrets Manager secret.
$sel:clientCertificateTlsAuth:SelfManagedKafkaAccessConfigurationCredentials', selfManagedKafkaAccessConfigurationCredentials_clientCertificateTlsAuth - The ARN of the Secrets Manager secret.
$sel:saslScram256Auth:SelfManagedKafkaAccessConfigurationCredentials', selfManagedKafkaAccessConfigurationCredentials_saslScram256Auth - The ARN of the Secrets Manager secret.
$sel:saslScram512Auth:SelfManagedKafkaAccessConfigurationCredentials', selfManagedKafkaAccessConfigurationCredentials_saslScram512Auth - The ARN of the Secrets Manager secret.
selfManagedKafkaAccessConfigurationCredentials_basicAuth :: Lens' SelfManagedKafkaAccessConfigurationCredentials (Maybe Text) Source #
The ARN of the Secrets Manager secret.
selfManagedKafkaAccessConfigurationCredentials_clientCertificateTlsAuth :: Lens' SelfManagedKafkaAccessConfigurationCredentials (Maybe Text) Source #
The ARN of the Secrets Manager secret.
selfManagedKafkaAccessConfigurationCredentials_saslScram256Auth :: Lens' SelfManagedKafkaAccessConfigurationCredentials (Maybe Text) Source #
The ARN of the Secrets Manager secret.
selfManagedKafkaAccessConfigurationCredentials_saslScram512Auth :: Lens' SelfManagedKafkaAccessConfigurationCredentials (Maybe Text) Source #
The ARN of the Secrets Manager secret.