type property
The type of build output artifact. Valid values include:
-
CODEPIPELINE
: The build project has build output generated through AWS CodePipeline. -
NO_ARTIFACTS
: The build project does not produce any build output. -
S3
: The build project stores build output in Amazon Simple Storage Service (Amazon S3).
Implementation
final ArtifactsType type;