Skip to content

Commit

Permalink
chore: readonly prop
Browse files Browse the repository at this point in the history
  • Loading branch information
nmussy committed Mar 22, 2024
1 parent f9b5657 commit f598ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-ec2/lib/vpc-endpoint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ export interface InterfaceVpcEndpointAwsServiceProps {
*
* @default false
*/
global?: boolean;
readonly global?: boolean;
}

/**
Expand Down

0 comments on commit f598ba8

Please sign in to comment.