amazonka-route53-0.2.1: Amazon Route 53 SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.Route53.ListTagsForResource

Contents

Description

Synopsis

Request

Request constructor

Request lenses

ltfrResourceId :: Lens' ListTagsForResource Text Source

The ID of the resource for which you want to retrieve tags.

ltfrResourceType :: Lens' ListTagsForResource TagResourceType Source

The type of the resource.

  • The resource type for health checks is healthcheck.
  • The resource type for hosted zones is hostedzone.

Response

Response constructor

Response lenses

ltfrrResourceTagSet :: Lens' ListTagsForResourceResponse ResourceTagSet Source

A ResourceTagSet containing tags associated with the specified resource.