CodeBuild / Client / invalidate_project_cache

invalidate_project_cache#

CodeBuild.Client.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