CodeStarconnections / Client / tag_resource

tag_resource#

CodeStarconnections.Client.tag_resource(**kwargs)#

Adds to or modifies the tags of the given resource. Tags are metadata that can be used to manage a resource.

See also: AWS API Documentation

Request Syntax

response = client.tag_resource(
    ResourceArn='string',
    Tags=[
        {
            'Key': 'string',
            'Value': 'string'
        },
    ]
)
Parameters:
  • ResourceArn (string) –

    [REQUIRED]

    The Amazon Resource Name (ARN) of the resource to which you want to add or update tags.

  • Tags (list) –

    [REQUIRED]

    The tags you want to modify or add to the resource.

    • (dict) –

      A tag is a key-value pair that is used to manage the resource.

      This tag is available for use by Amazon Web Services services that support tags.

      • Key (string) – [REQUIRED]

        The tag’s key.

      • Value (string) – [REQUIRED]

        The tag’s value.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • CodeStarconnections.Client.exceptions.ResourceNotFoundException

  • CodeStarconnections.Client.exceptions.LimitExceededException