Copies the tags of an ECS instance to its custom image.
Description
Inherits the tags of an Elastic Compute Service (ECS) instance for the custom image of the ECS instance.
Syntax
Action: ACS::ECS::UpdateCustomImageTagsByEcsInstanceTags
Properties:
regionId: String
instanceId: String
tagKeys: List
isUpdate: Boolean
Attributes
|
Attribute |
Description |
Type |
Required |
Default value |
Limit |
|
regionId |
The region ID. |
String |
No |
{{ ACS::RegionId }} |
|
|
instanceId |
The ID of the ECS instance. |
String |
Yes |
||
|
tagKeys |
The collection of tag keys. |
List |
Yes |
||
|
isUpdate |
Specifies whether to overwrite duplicate tags. |
Boolean |
No |
False |
Output
None
References
For more information, see ACS::ECS::UpdateCustomImageTagsByEcsInstanceTags on GitHub.