Tag resource
async_boto.validation.lambda_.tag_resource
TagResourceRequest
Bases: BaseModel
Request model for adding tags to a function, event source mapping, or code signing configuration.
| ATTRIBUTE | DESCRIPTION |
|---|---|
ARN |
The resource's Amazon Resource Name (ARN).
TYPE:
|
Tags |
A list of tags to apply to the resource.
TYPE:
|
ARN
instance-attribute
ARN
Tags
instance-attribute
Tags
TagResourceResponse
Bases: BaseModel
Response model for adding tags to a function, event source mapping, or code signing configuration.
This is an empty response model as the API returns a 204 No Content status.