UpdateScheduledReportRequest

Types

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

Properties

Link copied to clipboard
val arn: String?

The ARN of the scheduled report to update.

Link copied to clipboard

Set to true to clear existing widgetDateRangeOverride.

Link copied to clipboard

Set to true to clear existing widgetIds.

Link copied to clipboard

The ARN of the dashboard to associate with the scheduled report.

Link copied to clipboard

The new description for the scheduled report.

Link copied to clipboard
val name: String?

The new name for the scheduled report.

Link copied to clipboard

The updated schedule configuration for the report.

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