AWS Fundamentals Logo
AWS Fundamentals
AWS::BCM::Dashboard

BCM Dashboard

Definition of AWS::BCM::Dashboard Resource Type

Properties

4 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
Required
Widgets
Array<Widget>
Required
Description
string
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring-
CreatedAtstring-
Typestring-
UpdatedAtstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

bcm-dashboards:CreateDashboardbcm-dashboards:TagResourcece:GetCostAndUsagece:GetSavingsPlansCoveragece:GetSavingsPlansUtilizationce:GetReservationCoveragece:GetReservationUtilization

read

bcm-dashboards:GetDashboardbcm-dashboards:ListTagsForResource

update

bcm-dashboards:UpdateDashboardbcm-dashboards:TagResourcebcm-dashboards:UntagResourcece:GetCostAndUsagece:GetSavingsPlansCoveragece:GetSavingsPlansUtilizationce:GetReservationCoveragece:GetReservationUtilization

delete

bcm-dashboards:DeleteDashboardbcm-dashboards:GetDashboard

list

bcm-dashboards:ListDashboards

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceBCM
Properties8
Required2
TaggingSupported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

External Links