resourcegroups_start_tag_sync_task: Creates a new tag-sync task to onboard and sync resources...

View source: R/resourcegroups_operations.R

resourcegroups_start_tag_sync_taskR Documentation

Creates a new tag-sync task to onboard and sync resources tagged with a specific tag key-value pair to an application

Description

Creates a new tag-sync task to onboard and sync resources tagged with a specific tag key-value pair to an application.

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

Usage

resourcegroups_start_tag_sync_task(Group, TagKey, TagValue, RoleArn)

Arguments

Group

[required] The Amazon resource name (ARN) or name of the application group for which you want to create a tag-sync task.

TagKey

[required] The tag key. Resources tagged with this tag key-value pair will be added to the application. If a resource with this tag is later untagged, the tag-sync task removes the resource from the application.

TagValue

[required] The tag value. Resources tagged with this tag key-value pair will be added to the application. If a resource with this tag is later untagged, the tag-sync task removes the resource from the application.

RoleArn

[required] The Amazon resource name (ARN) of the role assumed by the service to tag and untag resources on your behalf.


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