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

StandardsControlAssociationUpdate

import type { StandardsControlAssociationUpdate } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

An array of requested updates to the enablement status of controls in specified standards. The objects in the array include a security control ID, the Amazon Resource Name (ARN) of the standard, the requested enablement status, and the reason for updating the enablement status.

interface StandardsControlAssociationUpdate {
AssociationStatus: AssociationStatus;
SecurityControlId: string;
StandardsArn: string;
UpdatedReason?: string | null;
}

§Properties

§
AssociationStatus: AssociationStatus
[src]

The desired enablement status of the control in the standard.

§
SecurityControlId: string
[src]

The unique identifier for the security control whose enablement status you want to update.

§
StandardsArn: string
[src]

The Amazon Resource Name (ARN) of the standard in which you want to update the control's enablement status.

§
UpdatedReason?: string | null
[src]

The reason for updating the control's enablement status in the standard.