Skip to content

Commit 7960caa

Browse files
Added Athena Database as output export (#147)
* Added Athena Database as output export --------- Co-authored-by: Iakov GAN <[email protected]>
1 parent 35637c0 commit 7960caa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

data-collection/deploy/deploy-data-collection.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,10 @@ Outputs:
255255
RoleARN:
256256
Description: "The arn of the IAM role that deployed in the management account which can retrieve AWS Organization data"
257257
Value: !Sub "arn:aws:iam::${ManagementAccountID}:role/${ManagementAccountRole}"
258+
DataCollectionDatabase:
259+
Description: "Techical Value - DataCollectionDatabase"
260+
Value: !Ref DatabaseName
261+
Export: { Name: !Sub "cid-DataCollection-Database" }
258262

259263
Conditions:
260264
DeployTAModule: !Equals [ !Ref IncludeTAModule, "yes"]

0 commit comments

Comments
 (0)