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

ListSecurityControlDefinitionsRequest

import type { ListSecurityControlDefinitionsRequest } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";
interface ListSecurityControlDefinitionsRequest {
MaxResults?: number | null;
NextToken?: string | null;
StandardsArn?: string | null;
}

§Properties

§
MaxResults?: number | null
[src]

An optional parameter that limits the total results of the API response to the specified number. If this parameter isn't provided in the request, the results include the first 25 security controls that apply to the specified standard. The results also include a NextToken parameter that you can use in a subsequent API call to get the next 25 controls. This repeats until all controls for the standard are returned.

§
NextToken?: string | null
[src]

Optional pagination parameter.

§
StandardsArn?: string | null
[src]

The Amazon Resource Name (ARN) of the standard that you want to view controls for.