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< ? tags, Input<String, String> ?>Map< ? tagsAll})String, String> ?> -
Creates a new ReportPlanState.
arnARN of the backup report plan.creationTimeDate and time that a report plan is created, in Unix format and Coordinated Universal Time (UTC).deploymentStatusDeployment status of a report plan. The statuses are:CREATE_IN_PROGRESS|UPDATE_IN_PROGRESS|DELETE_IN_PROGRESS|COMPLETED.descriptionDescription of the report plan with a maximum of 1,024 characters.nameUnique 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.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.reportDeliveryChannelObject 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.reportSettingObject that identifies the report template for the report. Reports are built using a report template. Detailed below.tagsMetadata that you can assign to help organize the report plans you create. If configured with a providerdefaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.tagsAllMap of tags assigned to the resource, including those inherited from the providerdefaultTagsconfiguration 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
-
Metadata that you can assign to help organize the report plans you create. If configured with a provider
defaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.final -
Map of tags assigned to the resource, including those inherited from the provider
defaultTagsconfiguration 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