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

StandardsControlAssociationSummary

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

An array that provides the enablement status and other details for each control that applies to each enabled standard.

interface StandardsControlAssociationSummary {
AssociationStatus: AssociationStatus;
RelatedRequirements?: string[] | null;
SecurityControlArn: string;
SecurityControlId: string;
StandardsArn: string;
StandardsControlDescription?: string | null;
StandardsControlTitle?: string | null;
UpdatedAt?: Date | number | null;
UpdatedReason?: string | null;
}

§Properties

§
AssociationStatus: AssociationStatus
[src]

The enablement status of a control in a specific standard.

§
RelatedRequirements?: string[] | null
[src]

The requirement that underlies this control in the compliance framework related to the standard.

§
SecurityControlArn: string
[src]

The ARN of a control, such as arn:aws:securityhub:eu-central-1:123456789012:security-control/S3.1. This parameter doesn't mention a specific standard.

§
SecurityControlId: string
[src]

A unique standard-agnostic identifier for a control. Values for this field typically consist of an Amazon Web Service and a number, such as APIGateway.5. This field doesn't reference a specific standard.

§
StandardsArn: string
[src]

The Amazon Resource Name (ARN) of a standard.

§
StandardsControlDescription?: string | null
[src]

The description of a control. This typically summarizes how Security Hub evaluates the control and the conditions under which it produces a failed finding. The parameter may reference a specific standard.

§
StandardsControlTitle?: string | null
[src]

The title of a control.

§
UpdatedAt?: Date | number | null
[src]

The last time that a control's enablement status in a specified standard was updated.

§
UpdatedReason?: string | null
[src]

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