Added dashboard methods + tests
This commit is contained in:
parent
4029afeb5b
commit
c965fdd47f
4 changed files with 269 additions and 25 deletions
5
moto/cloudwatch/utils.py
Normal file
5
moto/cloudwatch/utils.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
from __future__ import unicode_literals
|
||||
|
||||
|
||||
def make_arn_for_dashboard(account_id, name):
|
||||
return "arn:aws:cloudwatch::{0}dashboard/{1}".format(account_id, name)
|
||||
Loading…
Add table
Add a link
Reference in a new issue