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 |
Synopsis
- data EncryptionAlgorithmOptions = EncryptionAlgorithmOptions' {}
- newEncryptionAlgorithmOptions :: EncryptionAlgorithm -> EncryptionAlgorithmOptions
- encryptionAlgorithmOptions_allowedValues :: Lens' EncryptionAlgorithmOptions [EncryptionAlgorithm]
- encryptionAlgorithmOptions_defaultValue :: Lens' EncryptionAlgorithmOptions EncryptionAlgorithm
Documentation
data EncryptionAlgorithmOptions Source #
The encryption algorithm options that are available to a code signing job.
See: newEncryptionAlgorithmOptions
smart constructor.
EncryptionAlgorithmOptions' | |
|
Instances
newEncryptionAlgorithmOptions Source #
Create a value of EncryptionAlgorithmOptions
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:allowedValues:EncryptionAlgorithmOptions'
, encryptionAlgorithmOptions_allowedValues
- The set of accepted encryption algorithms that are allowed in a code
signing job.
$sel:defaultValue:EncryptionAlgorithmOptions'
, encryptionAlgorithmOptions_defaultValue
- The default encryption algorithm that is used by a code signing job.
encryptionAlgorithmOptions_allowedValues :: Lens' EncryptionAlgorithmOptions [EncryptionAlgorithm] Source #
The set of accepted encryption algorithms that are allowed in a code signing job.
encryptionAlgorithmOptions_defaultValue :: Lens' EncryptionAlgorithmOptions EncryptionAlgorithm Source #
The default encryption algorithm that is used by a code signing job.