We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35637c0 commit 7960caaCopy full SHA for 7960caa
data-collection/deploy/deploy-data-collection.yaml
@@ -255,6 +255,10 @@ Outputs:
255
RoleARN:
256
Description: "The arn of the IAM role that deployed in the management account which can retrieve AWS Organization data"
257
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" }
262
263
Conditions:
264
DeployTAModule: !Equals [ !Ref IncludeTAModule, "yes"]
0 commit comments