Show / Hide Table of Contents

Enum PriceClass

The price class determines how many edge locations CloudFront will use for your distribution.

Namespace: Amazon.CDK.AWS.CloudFront
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public enum PriceClass
Syntax (vb)
Public Enum PriceClass
Remarks

See https://aws.amazon.com/cloudfront/pricing/ for full list of supported regions.

Synopsis

Fields

PRICE_CLASS_100

USA, Canada, Europe, & Israel.

PRICE_CLASS_200

PRICE_CLASS_100 + South Africa, Kenya, Middle East, Japan, Singapore, South Korea, Taiwan, Hong Kong, & Philippines.

PRICE_CLASS_ALL

All locations.

Fields

Name Description
PRICE_CLASS_100

USA, Canada, Europe, & Israel.

PRICE_CLASS_200

PRICE_CLASS_100 + South Africa, Kenya, Middle East, Japan, Singapore, South Korea, Taiwan, Hong Kong, & Philippines.

PRICE_CLASS_ALL

All locations.

Back to top Generated by DocFX