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

DescribeSecretRequest

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

§Properties

§
SecretId: string
[src]

The ARN or 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.