Skip to content

Guardduty  >  Operations  >  delete_malware_protection_plan

delete_malware_protection_plan

Operation

delete_malware_protection_plan async

delete_malware_protection_plan(input: DeleteMalwareProtectionPlanInput, plugins: list[Plugin] | None = None) -> DeleteMalwareProtectionPlanOutput

Deletes the Malware Protection plan ID associated with the Malware Protection plan resource. Use this API only when you no longer want to protect the resource associated with this Malware Protection plan ID.

Parameters:

Name Type Description Default
input DeleteMalwareProtectionPlanInput

An instance of DeleteMalwareProtectionPlanInput.

required
plugins list[Plugin] | None

A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations.

None

Returns:

Type Description
DeleteMalwareProtectionPlanOutput

An instance of DeleteMalwareProtectionPlanOutput.

Input

DeleteMalwareProtectionPlanInput dataclass

Dataclass for DeleteMalwareProtectionPlanInput structure.

Attributes

malware_protection_plan_id class-attribute instance-attribute
malware_protection_plan_id: str | None = None

A unique identifier associated with Malware Protection plan resource.

Output

DeleteMalwareProtectionPlanOutput dataclass

Dataclass for DeleteMalwareProtectionPlanOutput structure.