ReportGroupState constructor
Creates a new ReportGroupState.
arn The ARN of Report Group.
created The date and time this Report Group was created.
deleteReports If true, deletes any reports that belong to a report group before deleting the report group. If false, you must delete any reports in the report group before deleting it. Default value is false.
exportConfig Information about the destination where the raw data of this Report Group is exported. see Export Config documented below.
name The name of a Report Group.
region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
tags Key-value mapping of resource tags. .If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level.
tagsAll A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.
type The type of the Report Group. Valid value are TEST and CODE_COVERAGE.
Implementation
const ReportGroupState({
this.arn,
this.created,
this.deleteReports,
this.exportConfig,
this.name,
this.region,
this.tags,
this.tagsAll,
this.type,
});