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

BatchGetStandardsControlAssociationsRequest

import type { BatchGetStandardsControlAssociationsRequest } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";
interface BatchGetStandardsControlAssociationsRequest {
StandardsControlAssociationIds: StandardsControlAssociationId[];
}

§Properties

§
StandardsControlAssociationIds: StandardsControlAssociationId[]
[src]

An array with one or more objects that includes a security control (identified with SecurityControlId, SecurityControlArn, or a mix of both parameters) and the Amazon Resource Name (ARN) of a standard. This field is used to query the enablement status of a control in a specified standard. The security control ID or ARN is the same across standards.