GetReportDefinitionResult

data class GetReportDefinitionResult(val additionalArtifacts: List<String>, val additionalSchemaElements: List<String>, val compression: String, val format: String, val id: String, val refreshClosedReports: Boolean, val reportName: String, val reportVersioning: String, val s3Bucket: String, val s3Prefix: String, val s3Region: String, val timeUnit: String)

A collection of values returned by getReportDefinition.

Constructors

Link copied to clipboard
constructor(additionalArtifacts: List<String>, additionalSchemaElements: List<String>, compression: String, format: String, id: String, refreshClosedReports: Boolean, reportName: String, reportVersioning: String, s3Bucket: String, s3Prefix: String, s3Region: String, timeUnit: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of additional artifacts.

Link copied to clipboard

A list of schema elements.

Link copied to clipboard

Preferred format for report.

Link copied to clipboard

Preferred compression format for report.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

If true reports are updated after they have been finalized.

Link copied to clipboard
Link copied to clipboard

Overwrite the previous version of each report or to deliver the report in addition to the previous versions.

Link copied to clipboard

Name of customer S3 bucket.

Link copied to clipboard

Preferred report path prefix.

Link copied to clipboard

Region of customer S3 bucket.

Link copied to clipboard

Frequency on which report data are measured and displayed.