aws-cdk-lib.aws_cloudfront.PriceClass

enum PriceClass

LanguageType name
.NETAmazon.CDK.AWS.CloudFront.PriceClass
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscloudfront#PriceClass
Javasoftware.amazon.awscdk.services.cloudfront.PriceClass
Pythonaws_cdk.aws_cloudfront.PriceClass
TypeScript (source)aws-cdk-lib » aws_cloudfront » PriceClass

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

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

Members

NameDescription
PRICE_CLASS_100USA, Canada, Europe, & Israel.
PRICE_CLASS_200PRICE_CLASS_100 + South Africa, Kenya, Middle East, Japan, Singapore, South Korea, Taiwan, Hong Kong, & Philippines.
PRICE_CLASS_ALLAll locations.

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.