AWS::BCM::DashboardDefinition of AWS::BCM::Dashboard Resource Type
4 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | Required |
Widgets | Array<Widget> | Required |
Description | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
CreatedAt | string | - |
Type | string | - |
UpdatedAt | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::BCM::Dashboard
Resources:
MyResource:
Type: AWS::BCM::Dashboard
Properties:
Name: "my-name"
Widgets: "my-widgets"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
bcm-dashboards:CreateDashboardbcm-dashboards:TagResourcece:GetCostAndUsagece:GetSavingsPlansCoveragece:GetSavingsPlansUtilizationce:GetReservationCoveragece:GetReservationUtilizationbcm-dashboards:GetDashboardbcm-dashboards:ListTagsForResourcebcm-dashboards:UpdateDashboardbcm-dashboards:TagResourcebcm-dashboards:UntagResourcece:GetCostAndUsagece:GetSavingsPlansCoveragece:GetSavingsPlansUtilizationce:GetReservationCoveragece:GetReservationUtilizationbcm-dashboards:DeleteDashboardbcm-dashboards:GetDashboardbcm-dashboards:ListDashboardsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArn