Skip to content

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: str

Tags

A list of tags to apply to the resource.

TYPE: Dict[str, str]

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.