BatchUpdateFindingsRequest
import type { BatchUpdateFindingsRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/securityhub.ts";interface BatchUpdateFindingsRequest {
Confidence?: number | null;
Criticality?: number | null;
FindingIdentifiers: AwsSecurityFindingIdentifier[];
Note?: NoteUpdate | null;
RelatedFindings?: RelatedFinding[] | null;
Severity?: SeverityUpdate | null;
Types?: string[] | null;
UserDefinedFields?: {} | null;
[key: string]: string | null | undefined;
VerificationState?: VerificationState | null;
Workflow?: WorkflowUpdate | null;
}§Properties
§
FindingIdentifiers: AwsSecurityFindingIdentifier[]
[src]§
Note?: NoteUpdate | null
[src]§
RelatedFindings?: RelatedFinding[] | null
[src]§
Severity?: SeverityUpdate | null
[src]§
VerificationState?: VerificationState | null
[src]§
Workflow?: WorkflowUpdate | null
[src]