Skip to main content

ISESV2UntagResourceRequest

Interface in AWS.SESV2

Interface for UntagResource requests.

Ancestors

Properties

ResourceArn

property ResourceArn: TARN

The Amazon Resource Name (ARN) of the resource to remove tags from.

This ARN identifies the specific Amazon SES resource (such as a configuration set, email identity, dedicated IP pool, or contact list) from which you want to remove tags for updated categorization and management. The resource must exist in your Amazon SES account before tags can be removed. This field is required and must be at least 1 character in length. Valid resource types include configuration sets, email identities, dedicated IP pools, contact lists, and other Amazon SES resources that support tagging operations.

TagKeys

property TagKeys: TList<string>

The list of tag keys to remove from the specified resource.

When you specify a tag key, the operation removes both the key and its associated tag value from the resource. Only the tag keys need to be specified - the values are automatically removed along with their corresponding keys. This field is required and must contain at least one tag key to remove. If a specified tag key does not exist on the resource, it is silently ignored without causing an error. Removing tags is useful for cleaning up outdated metadata, changing resource categorization, or updating access control policies that rely on tag-based permissions and resource filtering. Multiple tag keys can be removed in a single operation, making it efficient to update resource tagging as organizational requirements change.