packaging
The type of build output artifact to create:
If
typeis set toCODEPIPELINE, CodePipeline ignores this value if specified. This is because CodePipeline manages its build output artifacts instead of CodeBuild.If
typeis set toNO_ARTIFACTS, this value is ignored if specified, because no build output is produced.If
typeis set toS3, valid values include:NONE: CodeBuild creates in the output bucket a folder that contains the build output. This is the default ifpackagingis not specified.ZIP: CodeBuild creates in the output bucket a ZIP file that contains the build output.