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

ConformancePackComplianceScoresFilters

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

A list of filters to apply to the conformance pack compliance score result set.

interface ConformancePackComplianceScoresFilters {
ConformancePackNames: string[];
}

§Properties

§
ConformancePackNames: string[]
[src]

The names of the conformance packs whose compliance scores you want to include in the conformance pack compliance score result set. You can include up to 25 conformance packs in the ConformancePackNames array of strings, each with a character limit of 256 characters for the conformance pack name.