GetReportPlanResult

data class GetReportPlanResult(val arn: String, val creationTime: String, val deploymentStatus: String, val description: String, val id: String, val name: String, val reportDeliveryChannels: List<GetReportPlanReportDeliveryChannel>, val reportSettings: List<GetReportPlanReportSetting>, val tags: Map<String, String>)

A collection of values returned by getReportPlan.

Constructors

Link copied to clipboard
constructor(arn: String, creationTime: String, deploymentStatus: String, description: String, id: String, name: String, reportDeliveryChannels: List<GetReportPlanReportDeliveryChannel>, reportSettings: List<GetReportPlanReportSetting>, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the backup report plan.

Link copied to clipboard

Date and time that a report plan is created, in Unix format and Coordinated Universal Time (UTC).

Link copied to clipboard

Deployment status of a report plan. The statuses are: CREATE_IN_PROGRESS | UPDATE_IN_PROGRESS | DELETE_IN_PROGRESS | COMPLETED.

Link copied to clipboard

Description of the report plan.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

An object 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. Detailed below.

Link copied to clipboard

An object that identifies the report template for the report. Reports are built using a report template. Detailed below.

Link copied to clipboard

Metadata that you can assign to help organize the report plans you create.