Service¶
Structure Class¶
Service
dataclass
¶
Contains additional information about the generated finding.
Attributes¶
action
class-attribute
instance-attribute
¶
action: Action | None = None
Information about the activity that is described in a finding.
additional_info
class-attribute
instance-attribute
¶
additional_info: ServiceAdditionalInfo | None = None
Contains additional information about the generated finding.
archived
class-attribute
instance-attribute
¶
archived: bool | None = None
Indicates whether this finding is archived.
count
class-attribute
instance-attribute
¶
count: int | None = None
The total count of the occurrences of this finding type.
detection
class-attribute
instance-attribute
¶
detection: Detection | None = None
Contains information about the detected unusual behavior.
detector_id
class-attribute
instance-attribute
¶
detector_id: str | None = None
The detector ID for the GuardDuty service.
ebs_volume_scan_details
class-attribute
instance-attribute
¶
ebs_volume_scan_details: EbsVolumeScanDetails | None = None
Returns details from the malware scan that created a finding.
event_first_seen
class-attribute
instance-attribute
¶
event_first_seen: str | None = None
The first-seen timestamp of the activity that prompted GuardDuty to generate this finding.
event_last_seen
class-attribute
instance-attribute
¶
event_last_seen: str | None = None
The last-seen timestamp of the activity that prompted GuardDuty to generate this finding.
evidence
class-attribute
instance-attribute
¶
evidence: Evidence | None = None
An evidence object associated with the service.
feature_name
class-attribute
instance-attribute
¶
feature_name: str | None = None
The name of the feature that generated a finding.
malware_scan_details
class-attribute
instance-attribute
¶
malware_scan_details: MalwareScanDetails | None = None
Returns details from the malware scan that generated a GuardDuty finding.
resource_role
class-attribute
instance-attribute
¶
resource_role: str | None = None
The resource role information for this finding.
runtime_details
class-attribute
instance-attribute
¶
runtime_details: RuntimeDetails | None = None
Information about the process and any required context values for a specific finding
service_name
class-attribute
instance-attribute
¶
service_name: str | None = None
The name of the Amazon Web Services service (GuardDuty) that generated a finding.
user_feedback
class-attribute
instance-attribute
¶
user_feedback: str | None = None
Feedback that was submitted about the finding.