| 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.Signer.Types.SigningPlatformOverrides
Description
Synopsis
- data SigningPlatformOverrides = SigningPlatformOverrides' {}
- newSigningPlatformOverrides :: SigningPlatformOverrides
- signingPlatformOverrides_signingConfiguration :: Lens' SigningPlatformOverrides (Maybe SigningConfigurationOverrides)
- signingPlatformOverrides_signingImageFormat :: Lens' SigningPlatformOverrides (Maybe ImageFormat)
Documentation
data SigningPlatformOverrides Source #
Any overrides that are applied to the signing configuration of a code signing platform.
See: newSigningPlatformOverrides smart constructor.
Constructors
| SigningPlatformOverrides' | |
Fields
| |
Instances
newSigningPlatformOverrides :: SigningPlatformOverrides Source #
Create a value of SigningPlatformOverrides 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:signingConfiguration:SigningPlatformOverrides', signingPlatformOverrides_signingConfiguration - A signing configuration that overrides the default encryption or hash
algorithm of a signing job.
$sel:signingImageFormat:SigningPlatformOverrides', signingPlatformOverrides_signingImageFormat - A signed image is a JSON object. When overriding the default signing
platform configuration, a customer can select either of two signing
formats, JSONEmbedded or JSONDetached. (A third format value,
JSON, is reserved for future use.) With JSONEmbedded, the signing
image has the payload embedded in it. With JSONDetached, the payload
is not be embedded in the signing image.
signingPlatformOverrides_signingConfiguration :: Lens' SigningPlatformOverrides (Maybe SigningConfigurationOverrides) Source #
A signing configuration that overrides the default encryption or hash algorithm of a signing job.
signingPlatformOverrides_signingImageFormat :: Lens' SigningPlatformOverrides (Maybe ImageFormat) Source #
A signed image is a JSON object. When overriding the default signing
platform configuration, a customer can select either of two signing
formats, JSONEmbedded or JSONDetached. (A third format value,
JSON, is reserved for future use.) With JSONEmbedded, the signing
image has the payload embedded in it. With JSONDetached, the payload
is not be embedded in the signing image.