ScheduledReport

Contains the full configuration and metadata of a scheduled report.

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.

Link copied to clipboard
val createdAt: <Error class: unknown class>?

The timestamp when the scheduled report was created.

Link copied to clipboard

The ARN of the dashboard associated with the scheduled report.

Link copied to clipboard

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

Link copied to clipboard

The health status of the scheduled report at last refresh time.

Link copied to clipboard
val lastExecutionAt: <Error class: unknown class>?

The timestamp of the most recent execution of the scheduled report.

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.

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
val updatedAt: <Error class: unknown class>?

The timestamp when the scheduled report was last modified.

Link copied to clipboard

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

Link copied to clipboard

The list of widget identifiers included in the scheduled report.

Functions

Link copied to clipboard
inline fun copy(block: ScheduledReport.Builder.() -> Unit = {}): ScheduledReport
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