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

ListConformancePackComplianceScoresRequest

import type { ListConformancePackComplianceScoresRequest } from "https://aws-api.deno.dev/v0.4/services/configservice.ts?docs=full";
interface ListConformancePackComplianceScoresRequest {
Limit?: number | null;
NextToken?: string | null;
SortBy?: SortBy | null;
SortOrder?: SortOrder | null;
}

§Properties

§

Filters the results based on the ConformancePackComplianceScoresFilters.

§
Limit?: number | null
[src]

The maximum number of conformance pack compliance scores returned on each page.

§
NextToken?: string | null
[src]

The nextToken string in a prior request that you can use to get the paginated response for next set of conformance pack compliance scores.

§
SortBy?: SortBy | null
[src]

Sorts your conformance pack compliance scores in either ascending or descending order, depending on SortOrder.

By default, conformance pack compliance scores are sorted in alphabetical order by name of the conformance pack. Enter SCORE, to sort conformance pack compliance scores by the numerical value of the compliance score.

§
SortOrder?: SortOrder | null
[src]

Determines the order in which conformance pack compliance scores are sorted. Either in ascending or descending order.

By default, conformance pack compliance scores are sorted in alphabetical order by name of the conformance pack. Conformance pack compliance scores are sorted in reverse alphabetical order if you enter DESCENDING.

You can sort conformance pack compliance scores by the numerical value of the compliance score by entering SCORE in the SortBy action. When compliance scores are sorted by SCORE, conformance packs with a compliance score of INSUFFICIENT_DATA will be last when sorting by ascending order and first when sorting by descending order.