Get Report Plan Result
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.
Properties
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
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.