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

DescribeStandardsControlsRequest

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

§Properties

§
MaxResults?: number | null
[src]

The maximum number of security standard controls to return.

§
NextToken?: string | null
[src]

The token that is required for pagination. On your first call to the DescribeStandardsControls operation, set the value of this parameter to NULL.

For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response.

§
StandardsSubscriptionArn: string
[src]

The ARN of a resource that represents your subscription to a supported standard. To get the subscription ARNs of the standards you have enabled, use the GetEnabledStandards operation.