@@ -55,6 +55,8 @@ Resources:
5555 Value : quicksight-dashboard
5656 - Key : AutoCleanup
5757 Value : ' true'
58+ - Key : awsApplication
59+ Value : !GetAtt AppRegistryApplication.Arn
5860
5961 # ============================================================================
6062 # S3 BUCKET POLICY - ALLOW QUICKSIGHT ACCESS
@@ -120,6 +122,8 @@ Resources:
120122 Value : ndx-try
121123 - Key : Scenario
122124 Value : quicksight-dashboard
125+ - Key : awsApplication
126+ Value : !GetAtt AppRegistryApplication.Arn
123127
124128 # ============================================================================
125129 # DATA GENERATOR LAMBDA FUNCTION
@@ -389,6 +393,8 @@ Resources:
389393 Value : ndx-try
390394 - Key : Scenario
391395 Value : quicksight-dashboard
396+ - Key : awsApplication
397+ Value : !GetAtt AppRegistryApplication.Arn
392398
393399 # ============================================================================
394400 # CLOUDWATCH LOG GROUP
@@ -403,6 +409,8 @@ Resources:
403409 Value : ndx-try
404410 - Key : Scenario
405411 Value : quicksight-dashboard
412+ - Key : awsApplication
413+ Value : !GetAtt AppRegistryApplication.Arn
406414
407415 # ============================================================================
408416 # CUSTOM RESOURCE - TRIGGER DATA GENERATION
@@ -478,6 +486,8 @@ Resources:
478486 Value : ndx-try
479487 - Key : Scenario
480488 Value : quicksight-dashboard
489+ - Key : awsApplication
490+ Value : !GetAtt AppRegistryApplication.Arn
481491
482492 QuickSightSetupFunction :
483493 Type : AWS::Lambda::Function
@@ -715,6 +725,8 @@ Resources:
715725 Value : ndx-try
716726 - Key : Scenario
717727 Value : quicksight-dashboard
728+ - Key : awsApplication
729+ Value : !GetAtt AppRegistryApplication.Arn
718730
719731 QuickSightSetupLogGroup :
720732 Type : AWS::Logs::LogGroup
@@ -726,6 +738,8 @@ Resources:
726738 Value : ndx-try
727739 - Key : Scenario
728740 Value : quicksight-dashboard
741+ - Key : awsApplication
742+ Value : !GetAtt AppRegistryApplication.Arn
729743
730744 QuickSightSetupTrigger :
731745 Type : AWS::CloudFormation::CustomResource
@@ -829,6 +843,8 @@ Resources:
829843 Value : ndx-try
830844 - Key : Scenario
831845 Value : quicksight-dashboard
846+ - Key : awsApplication
847+ Value : !GetAtt AppRegistryApplication.Arn
832848
833849 QuickSightGroupSyncLogGroup :
834850 Type : AWS::Logs::LogGroup
@@ -899,6 +915,8 @@ Resources:
899915 Value : ndx-try
900916 - Key : Scenario
901917 Value : quicksight-dashboard
918+ - Key : awsApplication
919+ Value : !GetAtt AppRegistryApplication.Arn
902920
903921 # ============================================================================
904922 # QUICKSIGHT DATASOURCE - S3 MANIFEST (Story 25.2)
@@ -934,6 +952,8 @@ Resources:
934952 Value : ndx-try
935953 - Key : Scenario
936954 Value : quicksight-dashboard
955+ - Key : awsApplication
956+ Value : !GetAtt AppRegistryApplication.Arn
937957
938958 # ============================================================================
939959 # QUICKSIGHT DATASET - SPICE IMPORT (Story 25.3)
@@ -1017,6 +1037,8 @@ Resources:
10171037 Value : ndx-try
10181038 - Key : Scenario
10191039 Value : quicksight-dashboard
1040+ - Key : awsApplication
1041+ Value : !GetAtt AppRegistryApplication.Arn
10201042
10211043 # ============================================================================
10221044 # QUICKSIGHT DASHBOARD (Story 25.4)
@@ -1251,6 +1273,8 @@ Resources:
12511273 Value : ndx-try
12521274 - Key : Scenario
12531275 Value : quicksight-dashboard
1276+ - Key : awsApplication
1277+ Value : !GetAtt AppRegistryApplication.Arn
12541278
12551279 # AppRegistry Application - visible in myApplications on the AWS Console
12561280 AppRegistryApplication :
0 commit comments