Skip to main content

AWSCloudFrontDistributionCacheBehaviorAllowedMethods

No description

type AWSCloudFrontDistributionCacheBehaviorAllowedMethods {
methods: [AWSCloudFrontDistributionCacheBehaviorMethodType!]!
cachedMethods: [AWSCloudFrontDistributionCacheBehaviorMethodType!]!
}

Fields

AWSCloudFrontDistributionCacheBehaviorAllowedMethods.methods ● [AWSCloudFrontDistributionCacheBehaviorMethodType!]! non-null enum

A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin

AWSCloudFrontDistributionCacheBehaviorAllowedMethods.cachedMethods ● [AWSCloudFrontDistributionCacheBehaviorMethodType!]! non-null enum

A complex type that controls whether CloudFront caches the response to requests using the specified HTTP methods

Member of

AWSCloudFrontDistributionCacheBehavior object ● AWSCloudFrontDistributionDefaultCacheBehavior object