Skip to content

Commit

Permalink
chore(cloudwatch): backfill missing enums for cloudwatch
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhcsun committed Feb 28, 2025
1 parent 8679b89 commit fc30b8b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/aws-cdk-lib/aws-cloudwatch/lib/variable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@ export class DefaultValue {
* A special value for use with search expressions to have the default value be the first value returned from search
*/
public static readonly FIRST = new DefaultValue('__FIRST');
/**
* [PLACEHOLDER COMMENT: TO BE FILLED OUT]
*/
public static readonly LAST = new DefaultValue('last');

/**
* Create a default value
Expand Down

0 comments on commit fc30b8b

Please sign in to comment.