tags
Contains a tag. A tag is a key-value pair.
Overview
| Name | tags |
| Type | Resource |
| Description | Contains a tag. A tag is a key-value pair. |
| Id | aws.cloudhsm.tags |
Fields
| Name | Datatype | Description |
|---|---|---|
key | string | The key of the tag. |
value | string | The value of the tag. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_tags | SELECT | X-Amz-Target, data__ResourceId, region |
tag_resource | EXEC | X-Amz-Target, data__ResourceId, data__TagList, region |
untag_resource | EXEC | X-Amz-Target, data__ResourceId, data__TagKeyList, region |