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

AwsSecurityFinding

import type { AwsSecurityFinding } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/securityhub.ts";
interface AwsSecurityFinding {
Action?: Action | null;
AwsAccountId: string;
CompanyName?: string | null;
Compliance?: Compliance | null;
Confidence?: number | null;
CreatedAt: string;
Criticality?: number | null;
Description: string;
FindingProviderFields?: FindingProviderFields | null;
FirstObservedAt?: string | null;
GeneratorId: string;
Id: string;
LastObservedAt?: string | null;
Malware?: Malware[] | null;
Network?: Network | null;
NetworkPath?: NetworkPathComponent[] | null;
Note?: Note | null;
PatchSummary?: PatchSummary | null;
Process?: ProcessDetails | null;
ProductArn: string;
ProductFields?: {
[key: string]: string | null | undefined;
}
| null;
ProductName?: string | null;
RecordState?: RecordState | null;
Region?: string | null;
RelatedFindings?: RelatedFinding[] | null;
Remediation?: Remediation | null;
Resources: Resource[];
SchemaVersion: string;
Severity?: Severity | null;
SourceUrl?: string | null;
ThreatIntelIndicators?: ThreatIntelIndicator[] | null;
Title: string;
Types?: string[] | null;
UpdatedAt: string;
UserDefinedFields?: {
[key: string]: string | null | undefined;
}
| null;
VerificationState?: VerificationState | null;
Vulnerabilities?: Vulnerability[] | null;
Workflow?: Workflow | null;
WorkflowState?: WorkflowState | null;
}

§Properties

§
Action?: Action | null
[src]
§
AwsAccountId: string
[src]
§
CompanyName?: string | null
[src]
§
Compliance?: Compliance | null
[src]
§
Confidence?: number | null
[src]
§
CreatedAt: string
[src]
§
Criticality?: number | null
[src]
§
Description: string
[src]
§
FindingProviderFields?: FindingProviderFields | null
[src]
§
FirstObservedAt?: string | null
[src]
§
GeneratorId: string
[src]
§
Id: string
[src]
§
LastObservedAt?: string | null
[src]
§
Malware?: Malware[] | null
[src]
§
Network?: Network | null
[src]
§
NetworkPath?: NetworkPathComponent[] | null
[src]
§
Note?: Note | null
[src]
§
PatchSummary?: PatchSummary | null
[src]
§
Process?: ProcessDetails | null
[src]
§
ProductArn: string
[src]
§
ProductFields?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
ProductName?: string | null
[src]
§
RecordState?: RecordState | null
[src]
§
Region?: string | null
[src]
§
RelatedFindings?: RelatedFinding[] | null
[src]
§
Remediation?: Remediation | null
[src]
§
Resources: Resource[]
[src]
§
SchemaVersion: string
[src]
§
Severity?: Severity | null
[src]
§
SourceUrl?: string | null
[src]
§
ThreatIntelIndicators?: ThreatIntelIndicator[] | null
[src]
§
Title: string
[src]
§
Types?: string[] | null
[src]
§
UpdatedAt: string
[src]
§
UserDefinedFields?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
VerificationState?: VerificationState | null
[src]
§
Vulnerabilities?: Vulnerability[] | null
[src]
§
Workflow?: Workflow | null
[src]
§
WorkflowState?: WorkflowState | null
[src]