signer / Client / tag_resource

tag_resource#

signer.Client.tag_resource(**kwargs)#

Adds one or more tags to a signing profile. Tags are labels that you can use to identify and organize your AWS resources. Each tag consists of a key and an optional value. To specify the signing profile, use its Amazon Resource Name (ARN). To specify the tag, use a key-value pair.

See also: AWS API Documentation

Request Syntax

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

    [REQUIRED]

    The Amazon Resource Name (ARN) for the signing profile.

  • tags (dict) –

    [REQUIRED]

    One or more tags to be associated with the signing profile.

    • (string) –

      • (string) –

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • signer.Client.exceptions.InternalServiceErrorException

  • signer.Client.exceptions.BadRequestException

  • signer.Client.exceptions.NotFoundException

  • signer.Client.exceptions.TooManyRequestsException