Skip to content

Commit

Permalink
feat(nx-aws-cdk): update athena actions
Browse files Browse the repository at this point in the history
  • Loading branch information
himwaerohim committed Nov 26, 2024
1 parent 7117d12 commit e154929
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions libs/aws-cdk-stack/src/lib/actions/athena-actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,14 @@ export class AthenaActions {
// tag actions
static readonly TagResource = 'athena:TagResource';
static readonly UntagResource = 'athena:UntagResource';

// start actions
static readonly ListAll = 'athena:List*';
static readonly GetAll = 'athena:Get*';
static readonly CancelAll = 'athena:Cancel*';
static readonly CreateAll = 'athena:Create*';
static readonly DeleteAll = 'athena:Delete*';
static readonly StartAll = 'athena:Start*';
static readonly StopAll = 'athena:Stop*';
static readonly UpdateAll = 'athena:Update*';
}

0 comments on commit e154929

Please sign in to comment.