CORSConfiguration
public struct CORSConfiguration : 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]) 
View on GitHub
        CORSConfiguration Structure Reference