IIAMTagResourceRequest
Interface in AWS.IAM
Base request interface for tagging resources.
Ancestors
Properties
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
| Name | Description |
|---|---|
ATagKey | Specify the tag key to add to Tags. |
ATagValue | Specify the tag value to add to Tags. |