Skip to content

Invalidate Project Cache

codebuild_invalidate_project_cache R Documentation

Resets the cache for a project

Description

Resets the cache for a project.

Usage

codebuild_invalidate_project_cache(projectName)

Arguments

projectName

[required] The name of the CodeBuild build project that the cache is reset for.

Value

An empty list.

Request syntax

svc$invalidate_project_cache(
  projectName = "string"
)