ProjectCacheArgs

data class ProjectCacheArgs(val location: Output<String>? = null, val modes: Output<List<String>>? = null, val type: Output<String>? = null) : ConvertibleToJava<ProjectCacheArgs>

Constructors

Link copied to clipboard
constructor(location: Output<String>? = null, modes: Output<List<String>>? = null, type: Output<String>? = null)

Properties

Link copied to clipboard
val location: Output<String>? = null

Location where the AWS CodeBuild project stores cached resources. For type S3, the value must be a valid S3 bucket name/prefix.

Link copied to clipboard
val modes: Output<List<String>>? = null

Specifies settings that AWS CodeBuild uses to store and reuse build dependencies. Valid values: LOCAL_SOURCE_CACHE, LOCAL_DOCKER_LAYER_CACHE, LOCAL_CUSTOM_CACHE.

Link copied to clipboard
val type: Output<String>? = null

Type of storage that will be used for the AWS CodeBuild project cache. Valid values: NO_CACHE, LOCAL, S3. Defaults to NO_CACHE.

Functions

Link copied to clipboard
open override fun toJava(): ProjectCacheArgs