type

@JvmName(name = "fdnmyppjyhlyclsk")
suspend fun type(value: Output<ArtifactsTypeEnumValueArgs>)
@JvmName(name = "nhrntfxdgseibrbh")
suspend fun type(value: ArtifactsTypeEnumValueArgs?)

Parameters

value

The type of build output artifact. Valid values include:

  • CODEPIPELINE: The build project has build output generated through CodePipeline.

    The CODEPIPELINE type is not supported for secondaryArtifacts.

  • NO_ARTIFACTS: The build project does not produce any build output.

  • S3: The build project stores build output in Amazon S3.


@JvmName(name = "nwytfuvqmthdqtqj")
suspend fun type(argument: suspend ArtifactsTypeEnumValueArgsBuilder.() -> Unit)

Parameters

argument

The type of build output artifact. Valid values include:

  • CODEPIPELINE: The build project has build output generated through CodePipeline.

    The CODEPIPELINE type is not supported for secondaryArtifacts.

  • NO_ARTIFACTS: The build project does not produce any build output.

  • S3: The build project stores build output in Amazon S3.