CustomCodeSigning
public struct CustomCodeSigning : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The certificate chain.
Declaration
Swift
public let certificateChain: CodeSigningCertificateChain?
-
The hash algorithm used to code sign the file.
Declaration
Swift
public let hashAlgorithm: String?
-
The signature for the file.
Declaration
Swift
public let signature: CodeSigningSignature?
-
The signature algorithm used to code sign the file.
Declaration
Swift
public let signatureAlgorithm: String?
-
Undocumented
Declaration
Swift
public init(certificateChain: CodeSigningCertificateChain? = nil, hashAlgorithm: String? = nil, signature: CodeSigningSignature? = nil, signatureAlgorithm: String? = nil)