@aws-sdk/client-codecommit

TagResourceCommandInput Interface

The input for TagResourceCommand.

Members

Name
Type
Details
resourceArn Requiredstring | undefined

The Amazon Resource Name (ARN) of the resource to which you want to add or update tags.

tags RequiredRecord<string, string> | undefined

The key-value pair to use when tagging this repository.

Full Signature

export interface TagResourceCommandInput extends TagResourceInput