pulumi / pulumi-aws

An Amazon Web Services (AWS) Pulumi resource package, providing multi-language access to AWS
Apache License 2.0
466 stars 157 forks source link

CloudFront managed Cache and Origin policies #4764

Open aliismayilov opened 1 week ago

aliismayilov commented 1 week ago

Just like there are aws.iam.ManagedPolicy.AmazonS3ReadOnlyAccess enums, it would be useful to have accessors for AWS CloudFront managed Cache and Origin policies.

The current list can be found with the following commands on aws cli:

aws cloudfront list-cache-policies --type managed
aws cloudfront list-origin-request-policies --type managed
flostadler commented 1 week ago

Thanks @aliismayilov for that suggestion!

For others that come across this issue, please upvote it to help us prioritize this enhancement.