CustomHeaders
public struct CustomHeaders : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Optional: A list that contains one OriginCustomHeader element for each custom header that you want CloudFront to forward to the origin. If Quantity is 0, omit Items.
Declaration
Swift
public let items: [OriginCustomHeader]?
-
The number of custom headers, if any, for this distribution.
Declaration
Swift
public let quantity: Int
-
Undocumented
Declaration
Swift
public init(items: [OriginCustomHeader]? = nil, quantity: Int)