Sets one or more response headers that you want customers to be able to access from their applications
(for example, from a JavaScript XMLHttpRequest object).

C# |
[ObsoleteAttribute("The With methods are obsolete and will be removed in version 2 of the AWS SDK for .NET. See http://aws.amazon.com/sdkfornet/#version2 for more information.")] public CORSRule WithAllowedOrigins( params string[] args )

- args (array<String>[]()[][])
- AllowedOrigins property

this instance

Each CORSRule must have at least one AllowedOrigin element. The string value can include at
most one '*' wildcard character, for example, http://*.example.com". You can also specify only
"*" to allow cross-origin access for all domains/origins.