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

UpdateRegionSettingsInput

import type { UpdateRegionSettingsInput } from "https://aws-api.deno.dev/v0.4/services/backup.ts?docs=full";
interface UpdateRegionSettingsInput {
ResourceTypeManagementPreference?: {
[key: string]: boolean | null | undefined;
}
| null;
ResourceTypeOptInPreference?: {
[key: string]: boolean | null | undefined;
}
| null;
}

§Properties

§
ResourceTypeManagementPreference?: {
[key: string]: boolean | null | undefined;
}
| null
[src]

Enables or disables full Backup management of backups for a resource type. To enable full Backup management for DynamoDB along with Backup's advanced DynamoDB backup features, follow the procedure to enable advanced DynamoDB backup programmatically.

§
ResourceTypeOptInPreference?: {
[key: string]: boolean | null | undefined;
}
| null
[src]

Updates the list of services along with the opt-in preferences for the Region.