Interconnect / Client / tag_resource
tag_resource¶
- Interconnect.Client.tag_resource(**kwargs)¶
Add new tags to the specified resource.
See also: AWS API Documentation
Request Syntax
response = client.tag_resource( arn='string', tags={ 'string': 'string' } )
- Parameters:
arn (string) –
[REQUIRED]
The ARN of the resource that should receive the new tags.
tags (dict) –
[REQUIRED]
A map of tags to apply to the specified resource.
(string) –
(string) –
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions
Interconnect.Client.exceptions.ResourceNotFoundExceptionInterconnect.Client.exceptions.InterconnectClientExceptionInterconnect.Client.exceptions.ThrottlingExceptionInterconnect.Client.exceptions.AccessDeniedExceptionInterconnect.Client.exceptions.InterconnectValidationExceptionInterconnect.Client.exceptions.ServiceQuotaExceededExceptionInterconnect.Client.exceptions.InterconnectServerException