PutCorsPolicyInput
public struct PutCorsPolicyInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the container that you want to assign the CORS policy to.
Declaration
Swift
public let containerName: String
-
The CORS policy to apply to the container.
Declaration
Swift
public let corsPolicy: [CorsRule]
-
Undocumented
Declaration
Swift
public init(containerName: String, corsPolicy: [CorsRule])
-
Declaration
Swift
public func validate(name: String) throws