| 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.CodeSigning
Description
Documentation
data CodeSigning Source #
Describes the method to use when code signing a file.
See: newCodeSigning smart constructor.
Constructors
| CodeSigning' | |
Fields
| |
Instances
newCodeSigning :: CodeSigning Source #
Create a value of CodeSigning 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:customCodeSigning:CodeSigning', codeSigning_customCodeSigning - A custom method for code signing a file.
$sel:startSigningJobParameter:CodeSigning', codeSigning_startSigningJobParameter - Describes the code-signing job.
$sel:awsSignerJobId:CodeSigning', codeSigning_awsSignerJobId - The ID of the AWSSignerJob which was created to sign the file.
codeSigning_customCodeSigning :: Lens' CodeSigning (Maybe CustomCodeSigning) Source #
A custom method for code signing a file.
codeSigning_startSigningJobParameter :: Lens' CodeSigning (Maybe StartSigningJobParameter) Source #
Describes the code-signing job.
codeSigning_awsSignerJobId :: Lens' CodeSigning (Maybe Text) Source #
The ID of the AWSSignerJob which was created to sign the file.