GetBucketCorsOutput
public struct GetBucketCorsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A set of origins and methods (cross-origin access that you want to allow). You can add up to 100 rules to the configuration.
Declaration
Swift
public let cORSRules: [CORSRule]? -
Undocumented
Declaration
Swift
public init(cORSRules: [CORSRule]? = nil)
View on GitHub
GetBucketCorsOutput Structure Reference