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

AwsSecretsManagerSecretDetails

import type { AwsSecretsManagerSecretDetails } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

Details about an Secrets Manager secret.

interface AwsSecretsManagerSecretDetails {
Deleted?: boolean | null;
Description?: string | null;
KmsKeyId?: string | null;
Name?: string | null;
RotationEnabled?: boolean | null;
RotationLambdaArn?: string | null;
RotationOccurredWithinFrequency?: boolean | null;
RotationRules?: AwsSecretsManagerSecretRotationRules | null;
}

§Properties

§
Deleted?: boolean | null
[src]

Whether the secret is deleted.

§
Description?: string | null
[src]

The user-provided description of the secret.

§
KmsKeyId?: string | null
[src]

The ARN, Key ID, or alias of the KMS key used to encrypt the SecretString or SecretBinary values for versions of this secret.

§
Name?: string | null
[src]

The name of the secret.

§
RotationEnabled?: boolean | null
[src]

Whether rotation is enabled.

§
RotationLambdaArn?: string | null
[src]

The ARN of the Lambda function that rotates the secret.

§
RotationOccurredWithinFrequency?: boolean | null
[src]

Whether the rotation occurred within the specified rotation frequency.

§

Defines the rotation schedule for the secret.