type

@JvmName(name = "iygvwkaaimmekxqj")
suspend fun type(value: Output<CacheTypeEnumValueArgs>)
@JvmName(name = "mvttkkuffunttvgr")
suspend fun type(value: CacheTypeEnumValueArgs?)

Parameters

value

The type of cache used by the build project. Valid values include:

  • NO_CACHE: The build project does not use any cache.

  • S3: The build project reads and writes from and to S3.

  • LOCAL: The build project stores a cache locally on a build host that is only available to that build host.


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

Parameters

argument

The type of cache used by the build project. Valid values include:

  • NO_CACHE: The build project does not use any cache.

  • S3: The build project reads and writes from and to S3.

  • LOCAL: The build project stores a cache locally on a build host that is only available to that build host.