Skip to main content

ISQSUntagQueueRequest

Interface in AWS.SQS

Interface for UntagQueue requests.

Ancestors

Properties

TagKeys

property TagKeys: TList<string>

The list of tag keys to be removed from the specified queue.

Only the tag keys need to be specified for removal. The corresponding tag values are automatically removed when the keys are deleted. Tags are case-sensitive, so the tag keys must match exactly with the existing tags on the queue. If a specified tag key does not exist on the queue, the operation will still succeed without error. Cross-account permissions do not apply to this operation.

Methods

AddTagKey

function AddTagKey(const ATagKey: string): NativeInt;

Add a tag key to TagKeys.

Parameters

NameDescription
ATagKeySpecify a tag key to add to TagKeys.

Returns

Returns the index of the tag key added to TagKeys.