Skip to main content

IRekognitionTagResourceRequest

Interface in AWS.Rekognition

Interface for TagResource requests.

Ancestors

Properties

ResourceArn

property ResourceArn: TARN

Specify the Amazon Resource Name (ARN) of the collaction, stream processor, or custom model to add tags to.

Tags

property Tags: TDictionary<string, string>

Specify a collection of key/value tags to attach to the specified resource.

Methods

AddTag

procedure AddTag(const ATagKey, ATagValue: string);

Add a key/value tag to Tags.

Parameters

NameDescription
ATagKeySpecify the tag key to add to Tags.
ATagValueSpecify the tag value to add to Tags.