Adds a tag to a cloud resource with case-insensitive key matching.
Description
Creates and adds a tag to a cloud resource. Tag key matching is case-insensitive.
Syntax
Action: ACS::TAG::TagResourceByTagIgnoreCaseSensitive
Properties:
regionId: String
tagKey: String
tagValue: String
resourceARN: String
Attributes
|
Attribute |
Description |
Type |
Required |
Default value |
Constraints |
|
regionId |
Region ID. |
String |
No |
{{ ACS::RegionId }} |
|
|
tagKey |
Tag key. |
String |
Yes |
||
|
tagValue |
Tag value. |
String |
Yes |
||
|
resourceARN |
Alibaba Cloud Resource Name (ARN) of the cloud resource. |
String |
Yes |
Output
None
References
The ACS::TAG::TagResourceByTagIgnoreCaseSensitive source template is available on GitHub.