Skip to content

Commit

Permalink
docs(cloudfront): correct @default for CloudFrontWebDistribution pric…
Browse files Browse the repository at this point in the history
…eClass (aws#7926)

The `@default` was not updated to reflect the change of enum constants
to `SHOUT_CASE`. This corrects that.

Related: aws/jsii#1641
  • Loading branch information
RomainMuller authored and karupanerura committed May 21, 2020
1 parent 76227d6 commit f248dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-cloudfront/lib/web_distribution.ts
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ export interface CloudFrontWebDistributionProps {
/**
* The price class for the distribution (this impacts how many locations CloudFront uses for your distribution, and billing)
*
* @default PriceClass.PriceClass100 the cheapest option for CloudFront is picked by default.
* @default PriceClass.PRICE_CLASS_100 the cheapest option for CloudFront is picked by default.
*/
readonly priceClass?: PriceClass;

Expand Down

0 comments on commit f248dc5

Please sign in to comment.