Values.UpdateMalwareProtectionPlanRequestSourceUpdates an existing Malware Protection plan resource.
type nonrec t = {malwareProtectionPlanId : String_.t;A unique identifier associated with the Malware Protection plan.
*)role : String_.t option;Amazon Resource Name (ARN) of the IAM role with permissions to scan and add tags to the associated protected resource.
*)actions : MalwareProtectionPlanActions.t option;Information about whether the tags will be added to the S3 object after scanning.
*)protectedResource : UpdateProtectedResource.t option;Information about the protected resource that is associated with the created Malware Protection plan. Presently, S3Bucket is the only supported protected resource.
*)}