paws.networking (version 0.5.0)

route53_change_tags_for_resource: Adds, edits, or deletes tags for a health check or a hosted zone

Description

Adds, edits, or deletes tags for a health check or a hosted zone.

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

Usage

route53_change_tags_for_resource(
  ResourceType,
  ResourceId,
  AddTags = NULL,
  RemoveTagKeys = NULL
)

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 add, change, or delete tags.

AddTags

A complex type that contains a list of the tags that you want to add to the specified health check or hosted zone and/or the tags that you want to edit Value for.

You can add a maximum of 10 tags to a health check or a hosted zone.

RemoveTagKeys

A complex type that contains a list of the tags that you want to delete from the specified health check or hosted zone. You can specify up to 10 keys.