ReportGroupExportConfig class

Constructors

ReportGroupExportConfig({Input<ReportGroupExportConfigS3Destination?>? s3Destination, required Input<String> type})
Creates a new ReportGroupExportConfig. s3Destination contains information about the S3 bucket where the run of a report is exported. see S3 Destination documented below. type The export configuration type. Valid values are S3 and NO_EXPORT.
const
ReportGroupExportConfig.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
s3Destination → Input<ReportGroupExportConfigS3Destination?>?
contains information about the S3 bucket where the run of a report is exported. see S3 Destination documented below.
final
type → Input<String>
The export configuration type. Valid values are S3 and NO_EXPORT.
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