packaging property

ReportPackagingType? packaging
final

The type of build output artifact to create. Valid values include:

  • NONE: AWS CodeBuild creates the raw data in the output bucket. This is the default if packaging is not specified.
  • ZIP: AWS CodeBuild creates a ZIP file with the raw data in the output bucket.

Implementation

final ReportPackagingType? packaging;