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.

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:

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 might not want users to have permissions to delete objects from your origin.

Inheritance Hierarchy

System.Object
  Amazon.CloudFront.Model.AllowedMethods

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

Syntax

C#
public class AllowedMethods

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 Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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