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

DescribeRegionSettingsOutput

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

§Properties

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

Returns whether Backup fully manages the backups for a resource type.

For the benefits of full Backup management, see Full Backup management.

For a list of resource types and whether each supports full Backup management, see the Feature availability by resource table.

If "DynamoDB":false, you can enable full Backup management for DynamoDB backup by enabling Backup's advanced DynamoDB backup features.

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

Returns a list of all services along with the opt-in preferences in the Region.