Show / Hide Table of Contents

Class CloudFrontAllowedMethods

An enum for the supported methods to a CloudFront distribution.

Inheritance
System.Object
CloudFrontAllowedMethods
Namespace: Amazon.CDK.AWS.CloudFront
Assembly: Amazon.CDK.AWS.CloudFront.dll
Syntax (csharp)
public sealed class CloudFrontAllowedMethods : Enum
Syntax (vb)
Public NotInheritable Class CloudFrontAllowedMethods
    Inherits

     Enum

Synopsis

Fields

ALL
GET_HEAD
GET_HEAD_OPTIONS
value__

Fields

ALL

public const CloudFrontAllowedMethods ALL
Field Value
Type Description
CloudFrontAllowedMethods

GET_HEAD

public const CloudFrontAllowedMethods GET_HEAD
Field Value
Type Description
CloudFrontAllowedMethods

GET_HEAD_OPTIONS

public const CloudFrontAllowedMethods GET_HEAD_OPTIONS
Field Value
Type Description
CloudFrontAllowedMethods

value__

public int value__
Field Value
Type Description
System.Int32
Back to top Generated by DocFX