ReportGroupState class
Input properties used for looking up and filtering ReportGroup resources.
Constructors
-
ReportGroupState({Input<
String?> ? arn, Input<String?> ? created, Input<bool?> ? deleteReports, Input<ReportGroupExportConfig?> ? exportConfig, Input<String?> ? name, Input<String?> ? region, Input<Map< ? tags, Input<String, String> ?>Map< ? tagsAll, Input<String, String> ?>String?> ? type}) -
Creates a new ReportGroupState.
arnThe ARN of Report Group.createdThe date and time this Report Group was created.deleteReportsIftrue, deletes any reports that belong to a report group before deleting the report group. Iffalse, you must delete any reports in the report group before deleting it. Default value isfalse.exportConfigInformation about the destination where the raw data of this Report Group is exported. see Export Config documented below.nameThe name of a Report Group.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.tagsKey-value mapping of resource tags. .If configured with a providerdefaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.tagsAllA map of tags assigned to the resource, including those inherited from the providerdefaultTagsconfiguration block.typeThe type of the Report Group. Valid value areTESTandCODE_COVERAGE.const -
ReportGroupState.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
arn
→ Input<
String?> ? -
The ARN of Report Group.
final
-
created
→ Input<
String?> ? -
The date and time this Report Group was created.
final
-
deleteReports
→ Input<
bool?> ? -
If
true, deletes any reports that belong to a report group before deleting the report group. Iffalse, you must delete any reports in the report group before deleting it. Default value isfalse.final -
exportConfig
→ Input<
ReportGroupExportConfig?> ? -
Information about the destination where the raw data of this Report Group is exported. see Export Config documented below.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
name
→ Input<
String?> ? -
The name of a Report Group.
final
-
region
→ Input<
String?> ? -
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
Key-value mapping of resource tags. .If configured with a provider
defaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.final -
A map of tags assigned to the resource, including those inherited from the provider
defaultTagsconfiguration block.final -
type
→ Input<
String?> ? -
The type of the Report Group. Valid value are
TESTandCODE_COVERAGE.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