ConnectHealth / Client / tag_resource

tag_resource

ConnectHealth.Client.tag_resource(**kwargs)

Associates the specified tags with the specified resource

See also: AWS API Documentation

Request Syntax

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

    [REQUIRED]

    The ARN of the resource to tag

  • tags (dict) –

    [REQUIRED]

    The tags to add to the resource

    • (string) –

      • (string) –

Returns:

None