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

AvailableProcessorFeature

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

Contains the available processor feature information for the DB instance class of a DB instance.

For more information, see Configuring the Processor of the DB Instance Class in the Amazon RDS User Guide.

interface AvailableProcessorFeature {
AllowedValues?: string | null;
DefaultValue?: string | null;
Name?: string | null;
}

§Properties

§
AllowedValues?: string | null
[src]

The allowed values for the processor feature of the DB instance class.

§
DefaultValue?: string | null
[src]

The default value for the processor feature of the DB instance class.

§
Name?: string | null
[src]

The name of the processor feature. Valid names are coreCount and threadsPerCore.