ISQSTagQueueRequest
Interface in AWS.SQS
Interface for TagQueue requests.
Ancestors
Properties
Tags
property Tags: TDictionary<string, string>
The cost allocation tags to be added to the specified queue.
Tags are key-value pairs used for cost allocation and resource organization. Amazon SQS interprets tags as character strings without semantic meaning. Tag guidelines and restrictions:
- Adding more than 50 tags to a queue is not recommended
- Tags are case-sensitive
- A new tag with a key identical to an existing tag overwrites the existing tag
- Tags have no semantic meaning and are treated as character strings Cross-account permissions do not apply to this operation. For complete tag restrictions and quotas, see the Amazon SQS Developer Guide.
Methods
AddTag
procedure AddTag(const AKey, AValue: string);
Adds a key/value pair to Tags.
Parameters
| Name | Description |
|---|---|
AKey | Specify a key for the tag to add to Tags. |
AValue | Specify the value of the tag to add to Tags. |