UNPKG

cdk-amazon-chime-resources

Version:

![Experimental](https://img.shields.io/badge/experimental-important.svg?style=for-the-badge)

9 lines (8 loc) 305 B
interface DataRetentionProps { dataRetention?: string; appInstanceArn?: string; } export declare const PutDataRetention: (props: DataRetentionProps) => Promise<{ appInstanceRetentionSettings: import("@aws-sdk/client-chime/dist-types/").AppInstanceRetentionSettings | undefined; }>; export {};