aws route53 change-tags-for-resource
Adds, edits, or deletes tags for a health check or a hosted zone. For information about using tags for cost allocation, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide
Options
Name | Description |
---|---|
--resource-type <string> | The type of the resource. The resource type for health checks is healthcheck. The resource type for hosted zones is hostedzone |
--resource-id <string> | The ID of the resource for which you want to add, change, or delete tags |
--add-tags <list> | 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 |
--remove-tag-keys <list> | 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 |
--cli-input-json <string> | Performs service operation based on the JSON string provided. The JSON string follows the format provided by ``--generate-cli-skeleton``. If other arguments are provided on the command line, the CLI values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally |
--generate-cli-skeleton <string> | Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value ``input``, prints a sample input JSON that can be used as an argument for ``--cli-input-json``. If provided with the value ``output``, it validates the command inputs and returns a sample output JSON for that command |