exportConfigType property

ReportExportConfigType? exportConfigType
final

The export configuration type. Valid values are:

  • S3: The report results are exported to an S3 bucket.
  • NO_EXPORT: The report results are not exported.

Implementation

final ReportExportConfigType? exportConfigType;