All Products
Search
Document Center

CloudOps Orchestration Service:ACS::ECS::InheritDiskTagToSnapshot

Last Updated:Jun 22, 2026

Inherits specified tags from an ECS disk to its snapshots.

Action

ACS::ECS::InheritDiskTagToSnapshot

Description

Inherits specified tags from a disk to its snapshots.

Syntax

Action: ACS::ECS::InheritDiskTagToSnapshot
Properties:
  regionId: String
  diskId: String
  tagKeys: List
  isUpdate: Boolean
  rateControl: Json

Attributes

Attribute

Description

Type

Required

Default value

Limit

regionId

The region ID.

String

No

{{ ACS::RegionId }}

diskId

The disk ID.

String

Yes

tagKeys

The tag keys to be inherited.

List

Yes

isUpdate

Specifies whether to overwrite existing snapshot tags that share the same keys as the inherited disk tags.

Boolean

No

False

rateControl

The rate control configuration for concurrent execution.

Json

No

{'Mode': 'Concurrency', 'MaxErrors': 100, 'Concurrency': 10}

Output

None

References

For more information, see ACS::ECS::InheritDiskTagToSnapshot.yml at GitHub.