SageMakergeospatialcapabilities / Client / tag_resource

tag_resource#

SageMakergeospatialcapabilities.Client.tag_resource(**kwargs)#

The resource you want to tag.

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) of the resource you want to tag.

  • Tags (dict) –

    [REQUIRED]

    Each tag consists of a key and a value.

    • (string) –

      • (string) –

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions