class Aws::IoT::Types::CustomCodeSigning
@return [String]
The signature algorithm used to code sign the file.
@!attribute [rw] signature_algorithm
@return [String]
The hash algorithm used to code sign the file.
@!attribute [rw] hash_algorithm
@return [Types::CodeSigningCertificateChain]
The certificate chain.
@!attribute [rw] certificate_chain
@return [Types::CodeSigningSignature]
The signature for the file.
@!attribute [rw] signature
}
signature_algorithm: “SignatureAlgorithm”,
hash_algorithm: “HashAlgorithm”,
},
inline_document: “InlineDocument”,
certificate_name: “CertificateName”,
certificate_chain: {
},
inline_document: “data”,
signature: {
{
data as a hash:
@note When making an API call, you may pass CustomCodeSigning
Describes a custom method used to code sign a file.