Skip to content

Commit

Permalink
hide private class
Browse files Browse the repository at this point in the history
  • Loading branch information
watany-dev committed Sep 10, 2024
1 parent df0c972 commit a43bf40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export class FunctionUrlOrigin extends cloudfront.OriginBase {
/**
* An Origin for a Lambda Function URL with OAC.
*/
export class FunctionUrlOriginWithOAC extends cloudfront.OriginBase {
class FunctionUrlOriginWithOAC extends cloudfront.OriginBase {
private originAccessControl?: cloudfront.IOriginAccessControl;
private functionUrl: lambda.IFunctionUrl;

Expand Down

0 comments on commit a43bf40

Please sign in to comment.