Skip to content

Commit

Permalink
Update packages/aws-cdk-lib/aws-cloudfront/lib/distribution.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo10Gama authored Mar 1, 2025
1 parent 55d8318 commit 1d558e8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/aws-cdk-lib/aws-cloudfront/lib/distribution.ts
Original file line number Diff line number Diff line change
Expand Up @@ -905,9 +905,6 @@ export enum OriginProtocolPolicy {
export enum SSLMethod {
SNI = 'sni-only',
VIP = 'vip',
/**
* [PLACEHOLDER FOR: TO BE FILLED OUT]
*/
STATIC_IP = 'static-ip',
}

Expand Down

0 comments on commit 1d558e8

Please sign in to comment.