2019/04/18 - Managed Streaming for Kafka - 3 new api methods
Changes Amazon Kafka - Added tagging APIs
Remove tags of a resource by given tag keys.
See also: AWS API Documentation
Request Syntax
client.untag_resource(
ResourceArn='string',
TagKeys=[
'string',
]
)
string
[REQUIRED]
The Amazon Resource Name (ARN) that uniquely identifies the resource.
list
[REQUIRED]
The list of tag keys.
(string) --
None
Tag a resource with given tags.
See also: AWS API Documentation
Request Syntax
client.tag_resource(
ResourceArn='string',
Tags={
'string': 'string'
}
)
string
[REQUIRED]
The Amazon Resource Name (ARN) that uniquely identifies the resource.
dict
[REQUIRED]
The key-value pairs for the resource tags
(string) --
(string) --
None
Returns a list of tags attached to a resource.
See also: AWS API Documentation
Request Syntax
client.list_tags_for_resource(
ResourceArn='string'
)
string
[REQUIRED]
The Amazon Resource Name (ARN) that uniquely identifies the resource.
dict
Response Syntax
{
'Tags': {
'string': 'string'
}
}
Response Structure
(dict) --
Successful response.
Tags (dict) --
The key-value pairs for the resource tags
(string) --
(string) --