amazonka-waf-regional-2.0: Amazon WAF Regional SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.WAFRegional.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
FromJSON TagInfoForResource Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.TagInfoForResource

Generic TagInfoForResource Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.TagInfoForResource

Associated Types

type Rep TagInfoForResource :: Type -> Type #

Read TagInfoForResource Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.TagInfoForResource

Show TagInfoForResource Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.TagInfoForResource

NFData TagInfoForResource Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.TagInfoForResource

Methods

rnf :: TagInfoForResource -> () #

Eq TagInfoForResource Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.TagInfoForResource

Hashable TagInfoForResource Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.TagInfoForResource

type Rep TagInfoForResource Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.TagInfoForResource

type Rep TagInfoForResource = D1 ('MetaData "TagInfoForResource" "Amazonka.WAFRegional.Types.TagInfoForResource" "amazonka-waf-regional-2.0-83dY3vKOuQzAAW7M6EmzRI" 'False) (C1 ('MetaCons "TagInfoForResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tagList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Tag)))))

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:resourceARN:TagInfoForResource', tagInfoForResource_resourceARN -

$sel:tagList:TagInfoForResource', tagInfoForResource_tagList -