configservice_tag_resource: Associates the specified tags to a resource with the...

View source: R/configservice_operations.R

configservice_tag_resourceR Documentation

Associates the specified tags to a resource with the specified ResourceArn

Description

Associates the specified tags to a resource with the specified ResourceArn. If existing tags on a resource are not specified in the request parameters, they are not changed. If existing tags are specified, however, then their values will be updated. When a resource is deleted, the tags associated with that resource are deleted as well.

See https://www.paws-r-sdk.com/docs/configservice_tag_resource/ for full documentation.

Usage

configservice_tag_resource(ResourceArn, Tags)

Arguments

ResourceArn

[required] The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. The following resources are supported:

  • ConfigurationRecorder

  • ConfigRule

  • OrganizationConfigRule

  • ConformancePack

  • OrganizationConformancePack

  • ConfigurationAggregator

  • AggregationAuthorization

  • StoredQuery

Tags

[required] An array of tag object.


paws.management documentation built on April 3, 2025, 10:39 p.m.