| 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.SSMSAP.Types.ApplicationCredential
Description
Synopsis
- data ApplicationCredential = ApplicationCredential' {}
- newApplicationCredential :: Text -> CredentialType -> Text -> ApplicationCredential
- applicationCredential_databaseName :: Lens' ApplicationCredential Text
- applicationCredential_credentialType :: Lens' ApplicationCredential CredentialType
- applicationCredential_secretId :: Lens' ApplicationCredential Text
Documentation
data ApplicationCredential Source #
See: newApplicationCredential smart constructor.
Constructors
| ApplicationCredential' | |
Fields | |
Instances
newApplicationCredential Source #
Arguments
| :: Text | |
| -> CredentialType | |
| -> Text | |
| -> ApplicationCredential |
Create a value of ApplicationCredential 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:databaseName:ApplicationCredential', applicationCredential_databaseName -
$sel:credentialType:ApplicationCredential', applicationCredential_credentialType -
$sel:secretId:ApplicationCredential', applicationCredential_secretId -