@cloud-copilot/iam-data
Version:
18 lines • 459 B
JSON
{
"dashboard": {
"key": "dashboard",
"arn": "arn:${Partition}:bcm-dashboards::${Account}:dashboard/${DashboardName}",
"conditionKeys": [
"aws:ResourceTag/${TagKey}",
"aws:TagKeys"
]
},
"scheduled-report": {
"key": "scheduled-report",
"arn": "arn:${Partition}:bcm-dashboards::${Account}:scheduled-report/${ScheduledReportName}",
"conditionKeys": [
"aws:ResourceTag/${TagKey}",
"aws:TagKeys"
]
}
}