BcmDashboardsClient
Amazon Web Services Billing and Cost Management Dashboards is a service that enables you to create, manage, and share dashboards that combine multiple visualizations of your Amazon Web Services cost and usage data. You can combine multiple data sources including Cost Explorer, Savings Plans, and Reserved Instance metrics into unified dashboards, helping you analyze spending patterns and share cost insights across your organization.
You can use the Amazon Web Services Billing and Cost Management Dashboards API to programmatically create, manage, and share dashboards. This includes creating custom dashboards, configuring widgets, managing dashboard permissions, and sharing dashboards across accounts in your organization.
Types
Functions
Creates a new dashboard that can contain multiple widgets displaying cost and usage data. You can add custom widgets or use predefined widgets, arranging them in your preferred layout.
Creates a new scheduled report for a dashboard. A scheduled report automatically generates and delivers dashboard snapshots on a recurring schedule. Reports are delivered within 15 minutes of the scheduled delivery time.
Deletes a specified dashboard. This action cannot be undone.
Deletes a specified scheduled report. This is an irreversible operation.
Triggers an immediate execution of a scheduled report, outside of its regular schedule. The scheduled report must be in ENABLED state. Calling this operation on a DISABLED scheduled report returns a ValidationException.
Retrieves the configuration and metadata of a specified dashboard, including its widgets and layout settings.
Retrieves the resource-based policy attached to a dashboard, showing sharing configurations and permissions.
Retrieves the configuration and metadata of a specified scheduled report.
Returns a list of all dashboards in your account.
Returns a list of scheduled reports in your account.
Returns a list of all tags associated with a specified dashboard resource.
Adds or updates tags for a specified dashboard resource.
Removes specified tags from a dashboard resource.
Updates an existing dashboard's properties, including its name, description, and widget configurations.
Updates an existing scheduled report's properties, including its name, description, schedule configuration, and widget settings. Only the parameters included in the request are updated; all other properties remain unchanged.
Inherited functions
Creates a new dashboard that can contain multiple widgets displaying cost and usage data. You can add custom widgets or use predefined widgets, arranging them in your preferred layout.
Creates a new scheduled report for a dashboard. A scheduled report automatically generates and delivers dashboard snapshots on a recurring schedule. Reports are delivered within 15 minutes of the scheduled delivery time.
Deletes a specified dashboard. This action cannot be undone.
Deletes a specified scheduled report. This is an irreversible operation.
Triggers an immediate execution of a scheduled report, outside of its regular schedule. The scheduled report must be in ENABLED state. Calling this operation on a DISABLED scheduled report returns a ValidationException.
Retrieves the configuration and metadata of a specified dashboard, including its widgets and layout settings.
Retrieves the resource-based policy attached to a dashboard, showing sharing configurations and permissions.
Retrieves the configuration and metadata of a specified scheduled report.
Returns a list of all dashboards in your account.
Paginate over ListDashboardsResponse results.
Returns a list of scheduled reports in your account.
Paginate over ListScheduledReportsResponse results.
Returns a list of all tags associated with a specified dashboard resource.
Adds or updates tags for a specified dashboard resource.
Removes specified tags from a dashboard resource.
Updates an existing dashboard's properties, including its name, description, and widget configurations.
Updates an existing scheduled report's properties, including its name, description, schedule configuration, and widget settings. Only the parameters included in the request are updated; all other properties remain unchanged.
Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.