/AWS1/CL_WARTAGINFOFORRESOURCE¶
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Information for a tag associated with an AWS resource. Tags are key:value pairs that you can use to categorize and manage your resources, for purposes like billing. For example, you might set the tag key to "customer" and the value to the customer name or ID. You can specify one or more tags to add to each AWS resource, up to 50 tags for a resource.
Tagging is only available through the API, SDKs, and CLI. You can't manage or view tags through the AWS WAF Classic console. You can tag the AWS resources that you manage through AWS WAF Classic: web ACLs, rule groups, and rules.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_resourcearn TYPE /AWS1/WARRESOURCEARN /AWS1/WARRESOURCEARN¶
it_taglist TYPE /AWS1/CL_WARTAG=>TT_TAGLIST TT_TAGLIST¶
Queryable Attributes¶
ResourceARN¶
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEARN() |
Getter for RESOURCEARN, with configurable default |
ASK_RESOURCEARN() |
Getter for RESOURCEARN w/ exceptions if field has no value |
HAS_RESOURCEARN() |
Determine if RESOURCEARN has a value |
TagList¶
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAGLIST() |
Getter for TAGLIST, with configurable default |
ASK_TAGLIST() |
Getter for TAGLIST w/ exceptions if field has no value |
HAS_TAGLIST() |
Determine if TAGLIST has a value |