libZSservicesZSamazonka-wafZSamazonka-waf
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.WAF.Types.TagInfoForResource

Description

 
Synopsis

Documentation

data TagInfoForResource Source #

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.

See: newTagInfoForResource smart constructor.

Instances

Instances details
Eq TagInfoForResource Source # 
Instance details

Defined in Amazonka.WAF.Types.TagInfoForResource

Read TagInfoForResource Source # 
Instance details

Defined in Amazonka.WAF.Types.TagInfoForResource

Show TagInfoForResource Source # 
Instance details

Defined in Amazonka.WAF.Types.TagInfoForResource

Generic TagInfoForResource Source # 
Instance details

Defined in Amazonka.WAF.Types.TagInfoForResource

Associated Types

type Rep TagInfoForResource :: Type -> Type #

NFData TagInfoForResource Source # 
Instance details

Defined in Amazonka.WAF.Types.TagInfoForResource

Methods

rnf :: TagInfoForResource -> () #

Hashable TagInfoForResource Source # 
Instance details

Defined in Amazonka.WAF.Types.TagInfoForResource

FromJSON TagInfoForResource Source # 
Instance details

Defined in Amazonka.WAF.Types.TagInfoForResource

type Rep TagInfoForResource Source # 
Instance details

Defined in Amazonka.WAF.Types.TagInfoForResource

type Rep TagInfoForResource = D1 ('MetaData "TagInfoForResource" "Amazonka.WAF.Types.TagInfoForResource" "libZSservicesZSamazonka-wafZSamazonka-waf" 'False) (C1 ('MetaCons "TagInfoForResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tagList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Tag))) :*: S1 ('MetaSel ('Just "resourceARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newTagInfoForResource :: TagInfoForResource Source #

Create a value of TagInfoForResource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:tagList:TagInfoForResource', tagInfoForResource_tagList -

$sel:resourceARN:TagInfoForResource', tagInfoForResource_resourceARN -