AWS SDK Version 2 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.

.NET Framework 4.5
 
A complex type that controls which HTTP methods CloudFront processes and forwards to your Amazon S3 bucket or your custom origin. There are three choices: - CloudFront forwards only GET and HEAD requests. - CloudFront forwards only GET, HEAD and OPTIONS requests. - CloudFront forwards GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests. If you pick the third choice, you may need to restrict access to your Amazon S3 bucket or to your custom origin so users can't perform operations that you don't want them to. For example, you may not want users to have permission to delete objects from your origin.

Inheritance Hierarchy

System.Object
  Amazon.CloudFront.Model.AllowedMethods

Namespace: Amazon.CloudFront.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class AllowedMethods : Object

The AllowedMethods type exposes the following members

Constructors

NameDescription
Public Method AllowedMethods()

Properties

NameTypeDescription
Public Property CachedMethods Amazon.CloudFront.Model.CachedMethods Gets and sets the property CachedMethods.
Public Property Items System.Collections.Generic.List<System.String> Gets and sets the property Items. A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.
Public Property Quantity System.Int32 Gets and sets the property Quantity. The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).

Version Information

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

.NET for Windows Store apps:
Supported in: Windows 8