class Aws::Signer::Types::SigningPlatformOverrides
Any overrides that are applied to the signing configuration of a code signing platform.
@note When making an API call, you may pass SigningPlatformOverrides
data as a hash: { signing_configuration: { encryption_algorithm: "RSA", # accepts RSA, ECDSA hash_algorithm: "SHA1", # accepts SHA1, SHA256 }, signing_image_format: "JSON", # accepts JSON, JSONEmbedded, JSONDetached }
@!attribute [rw] signing_configuration
A signing configuration that overrides the default encryption or hash algorithm of a signing job. @return [Types::SigningConfigurationOverrides]
@!attribute [rw] signing_image_format
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. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/signer-2017-08-25/SigningPlatformOverrides AWS API Documentation
Constants
- SENSITIVE