ReportPlanState constructor

const ReportPlanState({
  1. Input<String?>? arn,
  2. Input<String?>? creationTime,
  3. Input<String?>? deploymentStatus,
  4. Input<String?>? description,
  5. Input<String?>? name,
  6. Input<String?>? region,
  7. Input<ReportPlanReportDeliveryChannel?>? reportDeliveryChannel,
  8. Input<ReportPlanReportSetting?>? reportSetting,
  9. Input<Map<String, String>?>? tags,
  10. Input<Map<String, String>?>? tagsAll,
})

Creates a new ReportPlanState. arn ARN of the backup report plan. creationTime Date and time that a report plan is created, in Unix format and Coordinated Universal Time (UTC). deploymentStatus Deployment status of a report plan. The statuses are: CREATE_IN_PROGRESS | UPDATE_IN_PROGRESS | DELETE_IN_PROGRESS | COMPLETED. description Description of the report plan with a maximum of 1,024 characters. name Unique name of the report plan. The name must be between 1 and 256 characters, starting with a letter, and consisting of letters, numbers, and underscores. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. reportDeliveryChannel 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. reportSetting Object that identifies the report template for the report. Reports are built using a report template. Detailed below. tags Metadata that you can assign to help organize the report plans you create. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level. tagsAll Map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.

Implementation

const ReportPlanState({
  this.arn,
  this.creationTime,
  this.deploymentStatus,
  this.description,
  this.name,
  this.region,
  this.reportDeliveryChannel,
  this.reportSetting,
  this.tags,
  this.tagsAll,
});