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;
}