AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the PutCorsPolicy operation. Sets the cross-origin resource sharing (CORS) configuration on a container so that the container can service cross-origin requests. For example, you might want to enable a request whose origin is http://www.example.com to access your AWS Elemental MediaStore container at my.example.container.com by using the browser's XMLHttpRequest capability.

To enable CORS on a container, you attach a CORS policy to the container. In the CORS policy, you configure rules that identify origins and the HTTP methods that can be executed on your container. The policy can contain up to 398,000 characters. You can add up to 100 rules to a CORS policy. If more than one rule applies, the service uses the first applicable rule listed.

To learn more about CORS, see Cross-Origin Resource Sharing (CORS) in AWS Elemental MediaStore.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.MediaStore.AmazonMediaStoreRequest
      Amazon.MediaStore.Model.PutCorsPolicyRequest

Namespace: Amazon.MediaStore.Model
Assembly: AWSSDK.MediaStore.dll
Version: 3.x.y.z

Syntax

C#
public class PutCorsPolicyRequest : AmazonMediaStoreRequest
         IAmazonWebServiceRequest

The PutCorsPolicyRequest type exposes the following members

Constructors

NameDescription
Public Method PutCorsPolicyRequest()

Properties

NameTypeDescription
Public Property ContainerName System.String

Gets and sets the property ContainerName.

The name of the container that you want to assign the CORS policy to.

Public Property CorsPolicy System.Collections.Generic.List<Amazon.MediaStore.Model.CorsRule>

Gets and sets the property CorsPolicy.

The CORS policy to apply to the container.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5