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

BatchGetStandardsControlAssociationsResponse

import type { BatchGetStandardsControlAssociationsResponse } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";
interface BatchGetStandardsControlAssociationsResponse {
StandardsControlAssociationDetails: StandardsControlAssociationDetail[];
UnprocessedAssociations?: UnprocessedStandardsControlAssociation[] | null;
}

§Properties

§
StandardsControlAssociationDetails: StandardsControlAssociationDetail[]
[src]

Provides the enablement status of a security control in a specified standard and other details for the control in relation to the specified standard.

§
UnprocessedAssociations?: UnprocessedStandardsControlAssociation[] | null
[src]

A security control (identified with SecurityControlId, SecurityControlArn, or a mix of both parameters) whose enablement status in a specified standard cannot be returned.