Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

invalidate_project_cache

invalidate_project_cache(**kwargs)

Resets the cache for a project.

See also: AWS API Documentation

Request Syntax

response = client.invalidate_project_cache(
    projectName='string'
)
Parameters
projectName (string) --

[REQUIRED]

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

Return type
dict
Returns
Response Syntax
{}

Response Structure

  • (dict) --

Exceptions

  • CodeBuild.Client.exceptions.InvalidInputException
  • CodeBuild.Client.exceptions.ResourceNotFoundException