Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

TagResourceRequest

import type { TagResourceRequest } from "https://aws-api.deno.dev/v0.4/services/secretsmanager.ts?docs=full";
interface TagResourceRequest {
SecretId: string;
Tags: Tag[];
}

§Properties

§
SecretId: string
[src]

The identifier for the secret to attach tags to. You can specify either the Amazon Resource Name (ARN) or the friendly name of the secret.

For an ARN, we recommend that you specify a complete ARN rather than a partial ARN. See Finding a secret from a partial ARN.

§
Tags: Tag[]
[src]

The tags to attach to the secret as a JSON text string argument. Each element in the list consists of a Key and a Value.

For storing multiple values, we recommend that you use a JSON text string argument and specify key/value pairs. For more information, see Specifying parameter values for the Amazon Web Services CLI in the Amazon Web Services CLI User Guide.