paws.networking (version 0.1.6)

route53_list_tags_for_resource: Lists tags for one health check or hosted zone

Description

Lists tags for one health check or hosted zone.

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.

Request syntax

svc$list_tags_for_resource(
  ResourceType = "healthcheck"|"hostedzone",
  ResourceId = "string"
)

Details

For information about using tags for cost allocation, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide.