ElasticsearchService / Client / remove_tags

remove_tags#

ElasticsearchService.Client.remove_tags(**kwargs)#

Removes the specified set of tags from the specified Elasticsearch domain.

See also: AWS API Documentation

Request Syntax

response = client.remove_tags(
    ARN='string',
    TagKeys=[
        'string',
    ]
)
Parameters:
  • ARN (string) –

    [REQUIRED]

    Specifies the ARN for the Elasticsearch domain from which you want to delete the specified tags.

  • TagKeys (list) –

    [REQUIRED]

    Specifies the TagKey list which you want to remove from the Elasticsearch domain.

    • (string) –

Returns:

None

Exceptions