Skip to content

Commit d742fcf

Browse files
author
Veaceslav Mindru
committed
WIP: small fixes
1 parent e4a74dd commit d742fcf

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

rls/deploy/deploy_cid_rls.yaml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ Parameters:
2121
Type: String
2222
AllowedPattern: ([a-z0-9\-, ]*?$)
2323
Description: "(Ex: 123456789,098654321,789054312) List of Payer IDs you wish to collect data for. Can just be one Accounts"
24+
DatabaseName:
25+
Type: String
26+
Description: Athena Databse where to deploy RLS table, should be same as CID Cudos database
27+
Default: "default"
28+
AthenaWorkGroup:
29+
Type: String
30+
Description: Athena Workgroup, keep the same as for CID Dashboards.
31+
Default: "CID"
2432
Schedule:
2533
Type: String
2634
Description: Cron job to trigger the lambda using cloudwatch event
@@ -33,6 +41,10 @@ Parameters:
3341
Type: String
3442
Description: file name of ZipFile with data code
3543
Default: cfn/rls/create_rls.zip # RLS Folder to be updated, once the LAB will be created
44+
CidRlsLocation:
45+
Type: String
46+
Description: location of the RLS files in the S3 bucket
47+
Default: "rls"
3648
Outputs:
3749
LambdaFunctionName:
3850
Value:
@@ -44,7 +56,7 @@ Outputs:
4456
- CIDRLS
4557
- Arn
4658
Resources:
47-
CidRlsTable:
59+
CidRlsTable:
4860
Type: AWS::Glue::Table
4961
Properties:
5062
DatabaseName: !Ref DatabaseName
@@ -77,7 +89,7 @@ Resources:
7789
Properties:
7890
AwsAccountId: !Ref AWS::AccountId
7991
DataSourceId: cid-rls-datasource
80-
Name: !Ref CidDataSourceName
92+
Name: cid-rls-datasource
8193
Type: ATHENA
8294
DataSourceParameters:
8395
AthenaParameters:

0 commit comments

Comments
 (0)