chore(cloudfront): add missing regions to PRICE_CLASS_200 documentation#36039
chore(cloudfront): add missing regions to PRICE_CLASS_200 documentation#36039sAchin-680 wants to merge 1 commit intoaws:mainfrom
Conversation
|
This PR has been in the CHANGES REQUESTED state for 3 weeks, and looks abandoned. Note that PRs with failing linting check or builds are not reviewed, please ensure your build is passing To prevent automatic closure:
This PR will automatically close in 14 days if no action is taken. |
|
||||||||||||||
|
||||||||||||||
|
Hi @pahud ! Exemption Request: Documentation-only change updating the JSDoc comment for Please review when possible. Fixes #35992. |
✅ Updated pull request passes all PRLinter validations. Dismissing previous PRLinter review.
|
@sAchin-680 I am not eligible to review PRs but I can make sure your PR is ready and move into the queue.
Do you have the AWS docs link? If yes, can you include in the PR description as this will help the maintainer give a very quick approval. |
|
Thank you. I can confirm that this PR is now in the pr/needs-community-review queue. Once it receives an approving community review, it will move to the pr/needs-maintainer-review stage. Please ensure that the CI status remains in a Success state, as the maintainer will review it from that queue. |
Thank you, @pahud! Yes, the official AWS CloudFront pricing documentation link is: I believe this is the correct reference, but please correct me if I’m wrong. |
Include India, Indonesia, Thailand, Malaysia, Vietnam, Nigeria, Egypt, and Türkiye in the PRICE_CLASS_200 JSDoc comment to accurately reflect all regions covered by this price class. Closes aws#35992 Signed-off-by: SACHIN KUMAR <mrmister680@gmail.com>
b551bc9 to
9f1cb81
Compare
|
If the CodeBuild CI passes, this PR will be moved to pr/needs-community-review queue and you are all set. Don't merge from main branch after this point unless you encounter conflicts—doing so will require another approving CI run. Thank you. |
Thanks for the update @pahud ! |
Issue # (if applicable)
Closes #35992
Reason for this change
The JSDoc comment for
PRICE_CLASS_200was missing several regions that are actually included in this price class according to the official AWS CloudFront pricing documentation, causing confusion for developers about which regions are covered.Description of changes
Updated the JSDoc comment for
PRICE_CLASS_200inpackages/aws-cdk-lib/aws-cloudfront/lib/distribution.tsto include the missing regions: India, Indonesia, Thailand, Malaysia, Vietnam, Nigeria, Egypt, and Türkiye.This is a documentation-only change that adds accurate region information to help developers understand the full scope of PRICE_CLASS_200 coverage.
Reference: AWS CloudFront Pricing — This page lists all regions included in each price class.
Describe any new or updated permissions being added
None - this is a documentation-only change.
Description of how you validated changes
distribution.test.ts) validates the enum valueChecklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license