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

PutRetentionConfigurationRequest

import type { PutRetentionConfigurationRequest } from "https://aws-api.deno.dev/v0.3/services/configservice.ts?docs=full";
interface PutRetentionConfigurationRequest {
RetentionPeriodInDays: number;
}

§Properties

§
RetentionPeriodInDays: number
[src]

Number of days Config stores your historical information.

Note: Currently, only applicable to the configuration item history.