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

RetentionConfiguration

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

An object with the name of the retention configuration and the retention period in days. The object stores the configuration for data retention in Config.

interface RetentionConfiguration {
Name: string;
RetentionPeriodInDays: number;
}

§Properties

§
Name: string
[src]

The name of the retention configuration object.

§
RetentionPeriodInDays: number
[src]

Number of days Config stores your historical information.

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