Skip to content

Commit

Permalink
update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinZZ committed Oct 22, 2024
1 parent a987160 commit 943b1c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-ec2/lib/nat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export interface NatInstanceProps {
/**
* Whether to associate a public IP address to the primary network interface attached to this instance.
*
* @default false
* @default undefined - No public IP address associated
*/
readonly associatePublicIpAddress?: boolean;

Expand Down

0 comments on commit 943b1c8

Please sign in to comment.