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

AppInstanceRetentionSettings

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

The details of the data-retention settings for an AppInstance.

interface AppInstanceRetentionSettings {
ChannelRetentionSettings?: ChannelRetentionSettings | null;
}

§Properties

§
ChannelRetentionSettings?: ChannelRetentionSettings | null
[src]

The length of time in days to retain the messages in a channel.