tag_resource

MediaPackageVod.Client.tag_resource(**kwargs)

Adds tags to the specified resource. You can specify one or more tags to add.

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. You can get this from the response to any request to the resource.
  • Tags (dict) --

    [REQUIRED] A collection of tags associated with a resource

    • (string) --
      • (string) --
Returns

None