ScanConfiguration¶
Structure Class¶
ScanConfiguration
dataclass
¶
Contains information about the configuration used for the malware scan.
Attributes¶
incremental_scan_details
class-attribute
instance-attribute
¶
incremental_scan_details: IncrementalScanDetails | None = None
Information about the incremental scan configuration, if applicable.
recovery_point
class-attribute
instance-attribute
¶
recovery_point: ScanConfigurationRecoveryPoint | None = None
Information about the recovery point configuration used for the scan, if applicable.
role
class-attribute
instance-attribute
¶
role: str | None = None
Amazon Resource Name (ARN) of the IAM role that should contain the required permissions for the scan.
trigger_details
class-attribute
instance-attribute
¶
trigger_details: TriggerDetails | None = None
Information about the entity that triggered the malware scan.