Skip to content

Commit

Permalink
feat(AWS CLoudFront): Recognize OriginAccessControlId field (#11855)
Browse files Browse the repository at this point in the history
  • Loading branch information
decompil3d committed Mar 24, 2023
1 parent 0f930c5 commit 9339377
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/plugins/aws/package/compile/events/cloud-front.js
Expand Up @@ -48,6 +48,9 @@ class AwsCompileCloudFrontEvents {
DomainName: {
anyOf: [{ type: 'string' }, { $ref: '#/definitions/awsCfFunction' }],
},
OriginAccessControlId: {
anyOf: [{ type: 'string' }, { $ref: '#/definitions/awsCfFunction' }],
},
OriginCustomHeaders: {
type: 'array',
items: {
Expand Down

0 comments on commit 9339377

Please sign in to comment.