- Navigation Guide
@aws-sdk/client-codecommit
TagResourceCommandInput Interface
The input for TagResourceCommand.
Members
Name | Type | Details |
---|---|---|
resourceArn Required | string | undefined | The Amazon Resource Name (ARN) of the resource to which you want to add or update tags. |
tags Required | Record<string, string> | undefined | The key-value pair to use when tagging this repository. |
Full Signature
export interface TagResourceCommandInput extends TagResourceInput