| 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 |
Amazonka.IoT.Types.CustomCodeSigning
Description
Synopsis
- data CustomCodeSigning = CustomCodeSigning' {}
- newCustomCodeSigning :: CustomCodeSigning
- customCodeSigning_signature :: Lens' CustomCodeSigning (Maybe CodeSigningSignature)
- customCodeSigning_hashAlgorithm :: Lens' CustomCodeSigning (Maybe Text)
- customCodeSigning_certificateChain :: Lens' CustomCodeSigning (Maybe CodeSigningCertificateChain)
- customCodeSigning_signatureAlgorithm :: Lens' CustomCodeSigning (Maybe Text)
Documentation
data CustomCodeSigning Source #
Describes a custom method used to code sign a file.
See: newCustomCodeSigning smart constructor.
Constructors
| CustomCodeSigning' | |
Fields
| |
Instances
newCustomCodeSigning :: CustomCodeSigning Source #
Create a value of CustomCodeSigning 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:signature:CustomCodeSigning', customCodeSigning_signature - The signature for the file.
$sel:hashAlgorithm:CustomCodeSigning', customCodeSigning_hashAlgorithm - The hash algorithm used to code sign the file.
$sel:certificateChain:CustomCodeSigning', customCodeSigning_certificateChain - The certificate chain.
$sel:signatureAlgorithm:CustomCodeSigning', customCodeSigning_signatureAlgorithm - The signature algorithm used to code sign the file.
customCodeSigning_signature :: Lens' CustomCodeSigning (Maybe CodeSigningSignature) Source #
The signature for the file.
customCodeSigning_hashAlgorithm :: Lens' CustomCodeSigning (Maybe Text) Source #
The hash algorithm used to code sign the file.
customCodeSigning_certificateChain :: Lens' CustomCodeSigning (Maybe CodeSigningCertificateChain) Source #
The certificate chain.
customCodeSigning_signatureAlgorithm :: Lens' CustomCodeSigning (Maybe Text) Source #
The signature algorithm used to code sign the file.