CodeStar / Client / tag_project

tag_project#

CodeStar.Client.tag_project(**kwargs)#

Adds tags to a project.

See also: AWS API Documentation

Request Syntax

response = client.tag_project(
    id='string',
    tags={
        'string': 'string'
    }
)
Parameters:
  • id (string) –

    [REQUIRED]

    The ID of the project you want to add a tag to.

  • tags (dict) –

    [REQUIRED]

    The tags you want to add to the project.

    • (string) –

      • (string) –

Return type:

dict

Returns:

Response Syntax

{
    'tags': {
        'string': 'string'
    }
}

Response Structure

  • (dict) –

    • tags (dict) –

      The tags for the project.

      • (string) –

        • (string) –

Exceptions