Open aliismayilov opened 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.
aws.iam.ManagedPolicy.AmazonS3ReadOnlyAccess
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
Thanks @aliismayilov for that suggestion!
For others that come across this issue, please upvote it to help us prioritize this enhancement.
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: