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-gyr5wj9zj0fg.deno.dev/v0.2/services/securityhub.ts";
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]
§
ControlStatus?: ControlStatus | null
[src]
§
ControlStatusUpdatedAt?: Date | number | null
[src]
§
Description?: string | null
[src]
§
DisabledReason?: string | null
[src]
§
RelatedRequirements?: string[] | null
[src]
§
RemediationUrl?: string | null
[src]
§
SeverityRating?: SeverityRating | null
[src]
§
StandardsControlArn?: string | null
[src]
§
Title?: string | null
[src]