PriceClass
- class aws_cdk.aws_cloudfront.PriceClass(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)
Bases:
Enum
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.
Attributes
- 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.