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

StandardsControl

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

Details for an individual security standard control.

interface StandardsControl {
ControlId?: string | null;
ControlStatus?: ControlStatus | null;
ControlStatusUpdatedAt?: Date | number | null;
Description?: string | null;
DisabledReason?: string | null;
RelatedRequirements?: string[] | null;
RemediationUrl?: string | null;
SeverityRating?: SeverityRating | null;
StandardsControlArn?: string | null;
Title?: string | null;
}

§Properties

§
ControlId?: string | null
[src]

The identifier of the security standard control.

§
ControlStatus?: ControlStatus | null
[src]

The current status of the security standard control. Indicates whether the control is enabled or disabled. Security Hub does not check against disabled controls.

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

The date and time that the status of the security standard control was most recently updated.

§
Description?: string | null
[src]

The longer description of the security standard control. Provides information about what the control is checking for.

§
DisabledReason?: string | null
[src]

The reason provided for the most recent change in status for the control.

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

The list of requirements that are related to this control.

§
RemediationUrl?: string | null
[src]

A link to remediation information for the control in the Security Hub user documentation.

§
SeverityRating?: SeverityRating | null
[src]

The severity of findings generated from this security standard control.

The finding severity is based on an assessment of how easy it would be to compromise Amazon Web Services resources if the issue is detected.

§
StandardsControlArn?: string | null
[src]

The ARN of the security standard control.

§
Title?: string | null
[src]

The title of the security standard control.