GetReportPlanResult

data class GetReportPlanResult(val reportDeliveryChannel: ReportDeliveryChannelProperties? = null, val reportPlanArn: String? = null, val reportPlanDescription: String? = null, val reportPlanTags: List<Tag>? = null, val reportSetting: ReportSettingProperties? = null)

Constructors

Link copied to clipboard
constructor(reportDeliveryChannel: ReportDeliveryChannelProperties? = null, reportPlanArn: String? = null, reportPlanDescription: String? = null, reportPlanTags: List<Tag>? = null, reportSetting: ReportSettingProperties? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A structure that contains information about where and how to deliver your reports, specifically your Amazon S3 bucket name, S3 key prefix, and the formats of your reports.

Link copied to clipboard
val reportPlanArn: String? = null

An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.

Link copied to clipboard

An optional description of the report plan with a maximum of 1,024 characters.

Link copied to clipboard
val reportPlanTags: List<Tag>? = null

Metadata that you can assign to help organize the report plans that you create. Each tag is a key-value pair.

Link copied to clipboard

Identifies the report template for the report. Reports are built using a report template.