Tag Resource
POST {{aws_lightsail_base_url}}/?resourceArn&resourceName&tags&Version=2016-11-28
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
resourceArn | null | The Amazon Resource Name (ARN) of the resource to which you want to add a tag. | |
resourceName | null | The name of the resource to which you are adding tags. | |
tags | null | The tag key and optional value. | |
Version | string | The version of the API. |
Request Body
{"resourceArn"=>"string", "resourceName"=>"string", "tags"=>[{"key"=>"string", "value"=>"string"}]}