Skip to content

Commit

Permalink
cudos/tao - rename dashboards
Browse files Browse the repository at this point in the history
  • Loading branch information
kentnsw committed Aug 22, 2022
1 parent 992da55 commit 9b1aa1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cfn-templates/cudos-cfn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1972,7 +1972,7 @@ Resources:
Properties:
AwsAccountId: !Ref AWS::AccountId
DashboardId: !Join [ '' , [ 'cudos' , !Ref Suffix ] ]
Name: !Join [ '' , [ 'CUDOS' , !Ref Suffix ] ]
Name: !Join [ '' , [ 'CUDOS (' , !Ref Suffix , ')' ] ]
DashboardPublishOptions:
AdHocFilteringOption:
AvailabilityStatus: DISABLED
Expand Down Expand Up @@ -2012,7 +2012,7 @@ Resources:
Properties:
AwsAccountId: !Ref AWS::AccountId
DashboardId: !Join [ '' , [ 'cost_intelligence_dashboard' , !Ref Suffix ] ]
Name: !Join [ '' , [ 'Cost Intelligence Dashboard' , !Ref Suffix ] ]
Name: !Join [ '' , [ 'Cost Intelligence (' , !Ref Suffix , ')' ] ]
DashboardPublishOptions:
AdHocFilteringOption:
AvailabilityStatus: DISABLED
Expand Down
2 changes: 1 addition & 1 deletion cfn-templates/tao.cfn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@ Resources:
- ''
- - !FindInMap [ "Definitions", "taoDashboardId", "Value" ]
- !Ref taoSuffix
Name: !Join [ '' , [ 'Trusted Advisor Organizational View' , !Ref taoSuffix ] ]
Name: !Join [ '' , [ 'Trusted Advisor (' , !Ref taoSuffix , ')' ] ]
Permissions:
- Principal: !Sub
- 'arn:aws:quicksight:${Region}:${AWS::AccountId}:user/default/${Username}'
Expand Down

0 comments on commit 9b1aa1f

Please # to comment.