libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events
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.CloudWatchEvents.TagResource

Description

Assigns one or more tags (key-value pairs) to the specified EventBridge resource. Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values. In EventBridge, rules and event buses can be tagged.

Tags don't have any semantic meaning to Amazon Web Services and are interpreted strictly as strings of characters.

You can use the TagResource action with a resource that already has tags. If you specify a new tag key, this tag is appended to the list of tags associated with the resource. If you specify a tag key that is already associated with the resource, the new tag value that you specify replaces the previous value for that tag.

You can associate as many as 50 tags with a resource.

Synopsis

Creating a Request

data TagResource Source #

See: newTagResource smart constructor.

Constructors

TagResource' 

Fields

  • resourceARN :: Text

    The ARN of the EventBridge resource that you're adding tags to.

  • tags :: [Tag]

    The list of key-value pairs to associate with the resource.

Instances

Instances details
Eq TagResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TagResource

Read TagResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TagResource

Generic TagResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

NFData TagResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TagResource

Methods

rnf :: TagResource -> () #

Hashable TagResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TagResource

ToJSON TagResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TagResource

Associated Types

type AWSResponse TagResource #

ToHeaders TagResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TagResource

Methods

toHeaders :: TagResource -> [Header] #

ToPath TagResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TagResource

ToQuery TagResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TagResource

type Rep TagResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.CloudWatchEvents.TagResource" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "TagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Tag])))
type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TagResource

newTagResource Source #

Create a value of TagResource 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:TagResource', tagResource_resourceARN - The ARN of the EventBridge resource that you're adding tags to.

$sel:tags:TagResource', tagResource_tags - The list of key-value pairs to associate with the resource.

Request Lenses

tagResource_resourceARN :: Lens' TagResource Text Source #

The ARN of the EventBridge resource that you're adding tags to.

tagResource_tags :: Lens' TagResource [Tag] Source #

The list of key-value pairs to associate with the resource.

Destructuring the Response

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Constructors

TagResourceResponse' 

Fields

Instances

Instances details
Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TagResource

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TagResource

Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TagResource

Methods

rnf :: TagResourceResponse -> () #

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.CloudWatchEvents.TagResource" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "TagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newTagResourceResponse Source #

Create a value of TagResourceResponse 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:httpStatus:TagResourceResponse', tagResourceResponse_httpStatus - The response's http status code.

Response Lenses