View Source AWS.BCMDashboards (aws-elixir v1.0.11)
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.
Link to this section Summary
Functions
Creates a new dashboard that can contain multiple widgets displaying cost and usage data.
Creates a new scheduled report for a dashboard.
Deletes a specified dashboard.
Deletes a specified scheduled report.
Triggers an immediate execution of a scheduled report, outside of its regular schedule.
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.
Link to this section 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.
If a clientToken is provided, the service uses it for idempotency. Requests
with the same client token will not trigger a new execution within the same
minute.
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.