Route53RecoveryControlConfig / Client / tag_resource

tag_resource#

Route53RecoveryControlConfig.Client.tag_resource(**kwargs)#

Adds a tag to a resource.

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 resource that’s tagged.

  • Tags (dict) –

    [REQUIRED]

    The tags associated with the resource.

    • (string) –

      • (string) –

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

    200 response - Success.

Exceptions