ScheduledReportInput

Defines the configuration for creating a new scheduled report, including the dashboard, schedule, execution role, and optional widget settings.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ARN of the dashboard to generate the scheduled report from.

Link copied to clipboard

A description of the scheduled report's purpose or contents.

Link copied to clipboard

The name of the scheduled report.

Link copied to clipboard

The schedule configuration that defines when and how often the report is generated. If the schedule state is not specified, it defaults to ENABLED.

Link copied to clipboard

The ARN of the IAM role that the scheduled report uses to execute. Amazon Web Services Billing and Cost Management Dashboards will assume this IAM role while executing the scheduled report.

Link copied to clipboard

The date range override to apply to widgets in the scheduled report.

Link copied to clipboard

The list of widget identifiers to include in the scheduled report. If not specified, all widgets in the dashboard are included.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String