Skip to content

Commit

Permalink
exclude resource attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
robertd committed Jan 28, 2021
1 parent da0be19 commit 9beb550
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/@aws-cdk/aws-cloudfront/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,9 @@
"resource-attribute:@aws-cdk/aws-cloudfront.CachePolicy.cachePolicyLastModifiedTime",
"construct-interface-extends-iconstruct:@aws-cdk/aws-cloudfront.IOriginRequestPolicy",
"resource-interface-extends-resource:@aws-cdk/aws-cloudfront.IOriginRequestPolicy",
"resource-attribute:@aws-cdk/aws-cloudfront.OriginRequestPolicy.originRequestPolicyLastModifiedTime"
"resource-attribute:@aws-cdk/aws-cloudfront.OriginRequestPolicy.originRequestPolicyLastModifiedTime",
"resource-attribute:@aws-cdk/aws-cloudfront.PublicKey.keyGroupLastModifiedTime",
"resource-attribute:@aws-cdk/aws-cloudfront.KeyGroup.keyGroupLastModifiedTime"
]
},
"awscdkio": {
Expand Down

0 comments on commit 9beb550

Please sign in to comment.