ReportPlanState class

Input properties used for looking up and filtering ReportPlan resources.

Constructors

ReportPlanState({Input<String?>? arn, Input<String?>? creationTime, Input<String?>? deploymentStatus, Input<String?>? description, Input<String?>? name, Input<String?>? region, Input<ReportPlanReportDeliveryChannel?>? reportDeliveryChannel, Input<ReportPlanReportSetting?>? reportSetting, Input<Map<String, String>?>? tags, 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.
const
ReportPlanState.fromMap(Map<String, dynamic> map)
factory

Properties

arn → Input<String?>?
ARN of the backup report plan.
final
creationTime → Input<String?>?
Date and time that a report plan is created, in Unix format and Coordinated Universal Time (UTC).
final
deploymentStatus → Input<String?>?
Deployment status of a report plan. The statuses are: CREATE_IN_PROGRESS | UPDATE_IN_PROGRESS | DELETE_IN_PROGRESS | COMPLETED.
final
description → Input<String?>?
Description of the report plan with a maximum of 1,024 characters.
final
hashCode → int
The hash code for this object.
no setterinherited
name → Input<String?>?
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.
final
region → Input<String?>?
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
reportDeliveryChannel → Input<ReportPlanReportDeliveryChannel?>?
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.
final
reportSetting → Input<ReportPlanReportSetting?>?
Object that identifies the report template for the report. Reports are built using a report template. Detailed below.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
tags → Input<Map<String, String>?>?
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.
final
tagsAll → Input<Map<String, String>?>?
Map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() → Map<String, dynamic>
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited