class Aws::Signer::Types::SigningConfigurationOverrides

A signing configuration that overrides the default encryption or hash algorithm of a signing job.

@note When making an API call, you may pass SigningConfigurationOverrides

data as a hash:

    {
      encryption_algorithm: "RSA", # accepts RSA, ECDSA
      hash_algorithm: "SHA1", # accepts SHA1, SHA256
    }

@!attribute [rw] encryption_algorithm

A specified override of the default encryption algorithm that is
used in a code signing job.
@return [String]

@!attribute [rw] hash_algorithm

A specified override of the default hash algorithm that is used in a
code signing job.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/signer-2017-08-25/SigningConfigurationOverrides AWS API Documentation

Constants

SENSITIVE