We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aws-cloudfront-s3 failed to deploy in China region.
There was an error creating this change set Template format error: Unrecognized resource types: [AWS::CloudFront::OriginAccessControl]
const website = new CloudFrontToS3(this, 'Web', { bucketProps: { versioned: true, encryption: s3.BucketEncryption.S3_MANAGED, accessControl: s3.BucketAccessControl.PRIVATE, enforceSSL: true, removalPolicy: RemovalPolicy.RETAIN, autoDeleteObjects: false, }, cloudFrontDistributionProps: { priceClass: cloudfront.PriceClass.PRICE_CLASS_ALL, minimumProtocolVersion: cloudfront.SecurityPolicyProtocol.TLS_V1_2_2019, enableIpv6: false, enableLogging: true, //Enable access logging for the distribution. comment: `Data Transfer Hub Portal Distribution (${Aws.REGION})`, errorResponses: [ { httpStatus: 403, responseHttpStatus: 200, responsePagePath: "/index.html", } ], defaultBehavior: getDefaultBehavior(), }, insertHttpSecurityHeaders: false, });
Seems like casued by #1038
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered:
No branches or pull requests
aws-cloudfront-s3 failed to deploy in China region.
There was an error creating this change set
Template format error: Unrecognized resource types: [AWS::CloudFront::OriginAccessControl]
Reproduction Steps
Error Log
There was an error creating this change set
Template format error: Unrecognized resource types: [AWS::CloudFront::OriginAccessControl]
Environment
Other
Seems like casued by #1038
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: