SigningPlatformOverrides
public struct SigningPlatformOverrides : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A signing configuration that overrides the default encryption or hash algorithm of a signing job.
Declaration
Swift
public let signingConfiguration: SigningConfigurationOverrides?
-
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.
Declaration
Swift
public let signingImageFormat: ImageFormat?
-
Undocumented
Declaration
Swift
public init(signingConfiguration: SigningConfigurationOverrides? = nil, signingImageFormat: ImageFormat? = nil)