Skip to main content

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

NameDescription
AKeySpecify a key for the tag to add to Tags.
AValueSpecify the value of the tag to add to Tags.