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

AwsRdsDbProcessorFeature

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

A processor feature.

interface AwsRdsDbProcessorFeature {
Name?: string | null;
Value?: string | null;
}

§Properties

§
Name?: string | null
[src]

The name of the processor feature. Valid values are coreCount or threadsPerCore.

§
Value?: string | null
[src]

The value of the processor feature.