PublicKeyConfig
public struct PublicKeyConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A unique number that ensures that the request can’t be replayed.
Declaration
Swift
public let callerReference: String
-
An optional comment about a public key.
Declaration
Swift
public let comment: String?
-
The encoded public key that you want to add to CloudFront to use with features like field-level encryption.
Declaration
Swift
public let encodedKey: String
-
The name for a public key you add to CloudFront to use with features like field-level encryption.
Declaration
Swift
public let name: String
-
Undocumented
Declaration
Swift
public init(callerReference: String, comment: String? = nil, encodedKey: String, name: String)