| 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.SigningPlatform
Description
Synopsis
- data SigningPlatform = SigningPlatform' {}
- newSigningPlatform :: SigningPlatform
- signingPlatform_category :: Lens' SigningPlatform (Maybe Category)
- signingPlatform_displayName :: Lens' SigningPlatform (Maybe Text)
- signingPlatform_maxSizeInMB :: Lens' SigningPlatform (Maybe Int)
- signingPlatform_partner :: Lens' SigningPlatform (Maybe Text)
- signingPlatform_platformId :: Lens' SigningPlatform (Maybe Text)
- signingPlatform_revocationSupported :: Lens' SigningPlatform (Maybe Bool)
- signingPlatform_signingConfiguration :: Lens' SigningPlatform (Maybe SigningConfiguration)
- signingPlatform_signingImageFormat :: Lens' SigningPlatform (Maybe SigningImageFormat)
- signingPlatform_target :: Lens' SigningPlatform (Maybe Text)
Documentation
data SigningPlatform Source #
Contains information about the signing configurations and parameters that are used to perform a code signing job.
See: newSigningPlatform smart constructor.
Constructors
| SigningPlatform' | |
Fields
| |
Instances
newSigningPlatform :: SigningPlatform Source #
Create a value of SigningPlatform 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:category:SigningPlatform', signingPlatform_category - The category of a code signing platform.
$sel:displayName:SigningPlatform', signingPlatform_displayName - The display name of a code signing platform.
$sel:maxSizeInMB:SigningPlatform', signingPlatform_maxSizeInMB - The maximum size (in MB) of code that can be signed by a code signing
platform.
$sel:partner:SigningPlatform', signingPlatform_partner - Any partner entities linked to a code signing platform.
$sel:platformId:SigningPlatform', signingPlatform_platformId - The ID of a code signing; platform.
$sel:revocationSupported:SigningPlatform', signingPlatform_revocationSupported - Indicates whether revocation is supported for the platform.
$sel:signingConfiguration:SigningPlatform', signingPlatform_signingConfiguration - The configuration of a code signing platform. This includes the
designated hash algorithm and encryption algorithm of a signing
platform.
$sel:signingImageFormat:SigningPlatform', signingPlatform_signingImageFormat - Undocumented member.
$sel:target:SigningPlatform', signingPlatform_target - The types of targets that can be signed by a code signing platform.
signingPlatform_category :: Lens' SigningPlatform (Maybe Category) Source #
The category of a code signing platform.
signingPlatform_displayName :: Lens' SigningPlatform (Maybe Text) Source #
The display name of a code signing platform.
signingPlatform_maxSizeInMB :: Lens' SigningPlatform (Maybe Int) Source #
The maximum size (in MB) of code that can be signed by a code signing platform.
signingPlatform_partner :: Lens' SigningPlatform (Maybe Text) Source #
Any partner entities linked to a code signing platform.
signingPlatform_platformId :: Lens' SigningPlatform (Maybe Text) Source #
The ID of a code signing; platform.
signingPlatform_revocationSupported :: Lens' SigningPlatform (Maybe Bool) Source #
Indicates whether revocation is supported for the platform.
signingPlatform_signingConfiguration :: Lens' SigningPlatform (Maybe SigningConfiguration) Source #
The configuration of a code signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.
signingPlatform_signingImageFormat :: Lens' SigningPlatform (Maybe SigningImageFormat) Source #
Undocumented member.
signingPlatform_target :: Lens' SigningPlatform (Maybe Text) Source #
The types of targets that can be signed by a code signing platform.