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-gyr5wj9zj0fg.deno.dev/v0.2/services/securityhub.ts";
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]
§
Description?: string | null
[src]
§
KmsKeyId?: string | null
[src]
§
Name?: string | null
[src]
§
RotationEnabled?: boolean | null
[src]
§
RotationLambdaArn?: string | null
[src]
§
RotationOccurredWithinFrequency?: boolean | null
[src]