route53_list_tags_for_resource {paws.networking}R Documentation

Lists tags for one health check or hosted zone

Description

Lists tags for one health check or hosted zone.

See https://www.paws-r-sdk.com/docs/route53_list_tags_for_resource/ for full documentation.

Usage

route53_list_tags_for_resource(ResourceType, ResourceId)

Arguments

ResourceType

[required] The type of the resource.

  • The resource type for health checks is healthcheck.

  • The resource type for hosted zones is hostedzone.

ResourceId

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


[Package paws.networking version 0.9.0 Index]