ReportGenerator

Describe the details of a report generator.

Types

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

Properties

Link copied to clipboard

Time the report was created.

Link copied to clipboard

Description of the report generator.

Link copied to clipboard

Time the last report was generated at.

Link copied to clipboard

Failure message for the last report generation attempt.

Link copied to clipboard

Status of the last report generation attempt.

Link copied to clipboard

Amazon Resource Name (ARN) of the report generator.

Link copied to clipboard

License configuration type for this generator.

Link copied to clipboard

The Amazon Web Services account ID used to create the report generator.

Link copied to clipboard

Details about how frequently reports are generated.

Link copied to clipboard

Name of the report generator.

Link copied to clipboard

Type of reports that are generated.

Link copied to clipboard

Details of the S3 bucket that report generator reports are published to.

Link copied to clipboard
val tags: List<Tag>?

Tags associated with the report generator.

Functions

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