Skip to content

Commit

Permalink
chore(cloudfront): Add trustedSigners to V2. (#19839)
Browse files Browse the repository at this point in the history
Some services still use the deprecated `trustedSigners` property, which is preventing teams which depend on those services from upgrading to V2. This change adds `trustedSigners` back into V2, but leaves it marked as `@deprecated`. 

Closes #19837

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
comcalvi authored Apr 9, 2022
1 parent 3cabd10 commit 4323d26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deprecated_apis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,6 @@ constructs.Node#uniqueId
@aws-cdk/aws-cloudfront.AliasConfiguration#names
@aws-cdk/aws-cloudfront.AliasConfiguration#securityPolicy
@aws-cdk/aws-cloudfront.AliasConfiguration#sslMethod
@aws-cdk/aws-cloudfront.Behavior#trustedSigners
@aws-cdk/aws-cloudfront.CloudFrontWebDistribution#domainName
@aws-cdk/aws-cloudfront.CloudFrontWebDistributionProps#aliasConfiguration
@aws-cdk/aws-cloudfront.GeoRestriction#blacklist
Expand Down

0 comments on commit 4323d26

Please sign in to comment.