strong-intern-84363
10/07/2022, 2:26 PMexample = aws.cloudfront.OriginAccessControl("example",
description="Example Policy",
origin_access_control_origin_type="s3",
signing_behavior="always",
signing_protocol="sigv4")
Getting this error message, any fix available?
AttributeError: module 'pulumi_aws.cloudfront' has no attribute 'OriginAccessControl'
echoing-dinner-19531
10/07/2022, 4:31 PMstrong-intern-84363
10/07/2022, 5:40 PM