paws.networking (version 0.1.6)

route53_list_tags_for_resources: Lists tags for up to 10 health checks or hosted zones

Description

Lists tags for up to 10 health checks or hosted zones.

Usage

route53_list_tags_for_resources(ResourceType, ResourceIds)

Arguments

ResourceType

[required] The type of the resources.

  • The resource type for health checks is healthcheck.

  • The resource type for hosted zones is hostedzone.

ResourceIds

[required] A complex type that contains the ResourceId element for each resource for which you want to get a list of tags.

Request syntax

svc$list_tags_for_resources(
  ResourceType = "healthcheck"|"hostedzone",
  ResourceIds = list(
    "string"
  )
)

Details

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