EncryptionAlgorithmOptions
public struct EncryptionAlgorithmOptions : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The set of accepted encryption algorithms that are allowed in a code signing job.
Declaration
Swift
public let allowedValues: [EncryptionAlgorithm]
-
The default encryption algorithm that is used by a code signing job.
Declaration
Swift
public let defaultValue: EncryptionAlgorithm
-
Undocumented
Declaration
Swift
public init(allowedValues: [EncryptionAlgorithm], defaultValue: EncryptionAlgorithm)