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 8e66cd9 commit 9d2b974Copy full SHA for 9d2b974
cfn-templates/cid-plugin.yml
@@ -36,6 +36,7 @@ Resources:
36
Dashboard:
37
dashboard-id: !Ref DashboardId
38
account-map-source: 'dummy'
39
+ account-map-database-name: {'Fn::ImportValue': "cid-CidDatabase"}
40
data-collection-database-name: 'optimization_data'
41
resources: !If [ResourcesUrlIsEmpty, !Ref 'AWS::NoValue', !Ref ResourcesUrl]
42
data_exports_database_name: !If [RequiresDataExports, {'Fn::ImportValue': "cid-DataExports-Database"}, !Ref 'AWS::NoValue']
0 commit comments