ITranslateTagResourceRequest
Interface in AWS.Translate
Interface for TagResource requests.
Ancestors
Properties
ResourceArn
property ResourceArn: TARN
Specify the Amazon Resource Name (ARN) of an Amazon Translate resource.
Tags
property Tags: TList<ITranslateTag>
Type: ITranslateTag
Specify a list of tags (key-value pairs) to associate with the resource.
Methods
AddTag
function AddTag(const AKey, AValue: string): Integer;
Add a key-value pair to Tags.
Parameters
| Name | Description |
|---|---|
AKey | Specify a key for the tag. |
AValue | Specify a value for the tag. |
Returns
Returns the index of the added tag.