enum PriceClass
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.CloudFront.PriceClass |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscloudfront#PriceClass |
Java | software.amazon.awscdk.services.cloudfront.PriceClass |
Python | aws_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
| 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. |
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.

.NET
Go
Java
Python
TypeScript (