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

AwsSecretsManagerSecretRotationRules

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

Defines the rotation schedule for the secret.

interface AwsSecretsManagerSecretRotationRules {
AutomaticallyAfterDays?: number | null;
}

§Properties

§
AutomaticallyAfterDays?: number | null
[src]

The number of days after the previous rotation to rotate the secret.